view run_game.pyw @ 124:d285cf18396e

Exception can not return string
author Gideon Visser <gideon@gideonvisser.com>
date Sun, 11 Sep 2011 21:34:07 -0700
parents 08941f788c15
children
line wrap: on
line source

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