- commit
- 91ca0f049696bd571c806c0e25930549fceb9135
- parent
- b890206d5ce51a1dbf36acde9df8982426178a47
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-05-25 19:40
rename some modules
Diffstat
| R | DEATH/death_extra_abk.py -> DEATH/abk.py | 0 | |
| M | DEATH/death_extra.py | 4 | ++-- |
| R | DEATH/death_extra_win.py -> DEATH/win.py | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/DEATH/death_extra_abk.py b/DEATH/abk.py
diff --git a/DEATH/death_extra.py b/DEATH/death_extra.py
@@ -3,8 +3,8 @@ 3 3 4 4 from matrix import Map 5 5 from death import Death6 -1 import death_extra_win as win7 -1 import death_extra_abk as abk-1 6 import win -1 7 import abk 8 8 9 9 "complete games" 10 10