summaryrefslogtreecommitdiff
path: root/alot/init.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-06-14 22:13:18 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-06-14 22:13:18 +0100
commit50d407dfd0ceb5f889c232c89b48965a6f229bc4 (patch)
treef81fd794f39ed8bd6e2099a1e637bea975dd86a3 /alot/init.py
parentd9650dc2718723f43cc86e0a1192114976cc7429 (diff)
removed unused __main__ test
bin/alot directly imports init.main, init.py is not intended to be called directly from the shell.
Diffstat (limited to 'alot/init.py')
-rwxr-xr-xalot/init.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/init.py b/alot/init.py
index 7bdfbf4c..ced647eb 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (C) 2011-2012 Patrick Totzke <patricktotzke@gmail.com>
# This file is released under the GNU GPL, version 3 or a later revision.
# For further details see the COPYING file
@@ -187,6 +186,3 @@ def main():
# set up and start interface
UI(dbman, cmd)
-
-if __name__ == "__main__":
- main()