view run_game.py @ 455:fef4b1686d6c

remove unued import
author Neil Muller <drnlmuller@gmail.com>
date Sun, 22 Nov 2009 17:56:41 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()