view run_game.py @ 611:7d49f698eff7

Ensure that self.selected remaings with self.options in ButtonSet. Only wrap self.selected if it might have changed (for both ButtonSet and TextChoice).
author Simon Cross <hodgestar@gmail.com>
date Mon, 11 Apr 2011 08:57:24 +0200
parents d6fd1a0b192a
children
line wrap: on
line source

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