Changeset 85 for pycodebattler/trunk/pycodebattler/battle.py
- Timestamp:
- 01/06/11 20:58:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodebattler/trunk/pycodebattler/battle.py
r71 r85 133 133 ]] 134 134 players = [ 135 pycodebattler.warrior.Warrior (135 pycodebattler.warrior.Warrior.make( 136 136 pycodebattler.util.path2name(f), 137 137 open(f),
Note: See TracChangeset
for help on using the changeset viewer.