annotate scripts/foxassault.py @ 302:01c1682dc250

Mostly working selling equipment in buildings
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 17:18:14 +0000
parents f93e0c992f28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
282
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
1 #! /usr/bin/env python
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
3 from gamelib import main
f93e0c992f28 Add scripts folder.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
4 main.main()