aboutsummaryrefslogtreecommitdiff
path: root/pydora/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydora/configure.py')
-rw-r--r--pydora/configure.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pydora/configure.py b/pydora/configure.py
index 7c051df..d31c097 100644
--- a/pydora/configure.py
+++ b/pydora/configure.py
@@ -10,7 +10,7 @@ from pandora.clientbuilder import PydoraConfigFileBuilder
10from .utils import Screen, Colors 10from .utils import Screen, Colors
11 11
12 12
13class Umask(object): 13class Umask:
14 """Set/Restore Umask Context Manager 14 """Set/Restore Umask Context Manager
15 """ 15 """
16 16
@@ -25,7 +25,7 @@ class Umask(object):
25 os.umask(self.old_umask) 25 os.umask(self.old_umask)
26 26
27 27
28class PandoraKeysConfigParser(object): 28class PandoraKeysConfigParser:
29 """Parser for Pandora Keys Source Page 29 """Parser for Pandora Keys Source Page
30 30
31 This is an extremely naive restructured text parser designed only to parse 31 This is an extremely naive restructured text parser designed only to parse
@@ -97,7 +97,7 @@ class PandoraKeysConfigParser(object):
97 return partners 97 return partners
98 98
99 99
100class Configurator(object): 100class Configurator:
101 """Interactive Configuration Builder 101 """Interactive Configuration Builder
102 102
103 Allows a user to configure pydora interactively. Ultimately writes the 103 Allows a user to configure pydora interactively. Ultimately writes the