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)
commitb7a99e202b428cf50549b99ae664f1f8f2caeb52
tree8e50a657dda8f3cbcb864072961a07eb3ba1727b
parent33d6be5b9c8b36b6c78e62013db5c2feef0f8062
Always call run() from main.py.

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).
src/main.py