v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a23226
)
moved main.py to __main__.py
author
stack
<stack@inventati.org>
Mon, 9 Jul 2012 12:06:56 +0000
(14:06 +0200)
committer
stack
<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]
patch
|
blob
|
history
diff --git
a/main.py
b/__main__.py
similarity index 100%
rename from
main.py
rename to
__main__.py