Always call run() from main.py.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 12 Aug 2009 18:52:40 +0000 (20:52 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 09:58:42 +0000 (11:58 +0200)
Previously, run() was only called when main.py was the main module, but
this is never the case (since default.py is the main module).


No differences found