annotate run_game.pyw @ 512:7db300896087

Mark bug as fixed.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 23:20:37 +0200
parents a6fa1fd8111c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
a6fa1fd8111c Sychronise .py -> .pyw
Stefano Rivera <stefano@rivera.za.net>
parents: 0
diff changeset
1 import skaapsteker.__main__
0
d6fd1a0b192a Commit skellington.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2 if __name__ == "__main__":
2
a6fa1fd8111c Sychronise .py -> .pyw
Stefano Rivera <stefano@rivera.za.net>
parents: 0
diff changeset
3 skaapsteker.__main__.main()