view run_game.py @ 590:a77dd4619176 pyntnclick

Fix to work when debug is not enabled
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 17:25:49 +0200
parents ebb2efcb4ea7
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()