summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()