view run_game.pyw @ 82:49b25117ebbb

rect.copy() is a pygame 1.9 addition. Work around this.
author Neil Muller <drnlmuller@gmail.com>
date Mon, 04 Apr 2011 12:10:05 +0200
parents a6fa1fd8111c
children
line wrap: on
line source

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