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)
commit3f40cabdeef57bd3901ecebe0851441b9c795f12
treee07e0f785aeb1d57a301ed326ae7c94a1edfb6ff
parent0a23226fa92b41cf80501a5e0eb0de1a7edbaf78
moved main.py to __main__.py

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]