view run_game.pyw @ 612:a91b2e4400a5

Fallback to using simplejson if json does not exist (this appears to be all that is needed to add Python2.5 compatibility).
author Simon Cross <hodgestar@gmail.com>
date Mon, 11 Apr 2011 23:54:56 +0200
parents a6fa1fd8111c
children
line wrap: on
line source

import skaapsteker.__main__
if __name__ == "__main__":
    skaapsteker.__main__.main()