summaryrefslogtreecommitdiff
path: root/alot/init.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-07-04 22:17:50 +0100
committerpazz <patricktotzke@gmail.com>2011-07-04 22:17:50 +0100
commitfe8a21343ced8de65a9f80d8cf5b87decfa6b91d (patch)
tree9f35e6ecf42cb8f488a16b4f556be379250d4164 /alot/init.py
parented4fe8b7ac57d5dfe0505b9dc42b8606fe5ff486 (diff)
pep8
Diffstat (limited to 'alot/init.py')
-rwxr-xr-xalot/init.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/init.py b/alot/init.py
index b014ccc6..f527c430 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -60,7 +60,6 @@ def main():
configfilename = os.path.expanduser(args.configfile)
settings.setup(configfilename)
-
# setup logging
numeric_loglevel = getattr(logging, args.debug_level.upper(), None)
logfilename = os.path.expanduser(args.logfile)