view run_game.py @ 89:c0455e6c99f4

Support multiple arguments using os.path.join - better to pass filepath('a', 'b') than filepath('a/b')
author David Fraser <davidf@sjsoft.com>
date Wed, 02 Sep 2009 10:33:35 +0000
parents e057e9483488
children
line wrap: on
line source

#! /usr/bin/env python

from gamelib import main
main.main()