moved main.py to __main__.py
authorstack <stack@inventati.org>
Mon, 9 Jul 2012 12:06:56 +0000 (14:06 +0200)
committerstack <stack@inventati.org>
Mon, 9 Jul 2012 12:06:56 +0000 (14:06 +0200)
this lets us to execute the program with python dirname where
dirname contains all the python source files

__main__.py [moved from main.py with 100% similarity]

similarity index 100%
rename from main.py
rename to __main__.py