From 50d407dfd0ceb5f889c232c89b48965a6f229bc4 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 14 Jun 2012 22:13:18 +0100 Subject: removed unused __main__ test bin/alot directly imports init.main, init.py is not intended to be called directly from the shell. --- alot/init.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alot/init.py') 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 # 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() -- cgit v1.2.3