aboutsummaryrefslogtreecommitdiff
path: root/pydora/configure.py
diff options
context:
space:
mode:
Diffstat (limited to 'pydora/configure.py')
-rw-r--r--pydora/configure.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pydora/configure.py b/pydora/configure.py
index d58d445..1124746 100644
--- a/pydora/configure.py
+++ b/pydora/configure.py
@@ -11,8 +11,7 @@ from .utils import Screen, Colors
11 11
12 12
13class Umask: 13class Umask:
14 """Set/Restore Umask Context Manager 14 """Set/Restore Umask Context Manager"""
15 """
16 15
17 def __init__(self, umask): 16 def __init__(self, umask):
18 self.umask = umask 17 self.umask = umask