- commit
- 549e2e6f6540c19a00c30b4981f3564cfa67bf27
- parent
- 8503cab73b773adba408b4804d5f9a515ccff6a2
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-05-25 20:13
drop extra global
Diffstat
| M | DEATH/DeathCli.py | 2 | -- |
1 files changed, 0 insertions, 2 deletions
diff --git a/DEATH/DeathCli.py b/DEATH/DeathCli.py
@@ -47,8 +47,6 @@ def example_game(rows=15, cols=15, n=2): 47 47 48 48 49 49 class DeathCli:50 -1 global help51 -152 50 def __init__(self, death=example_game(15, 15, 2), title='', 53 51 screen=curses.initscr()): 54 52 self.screen = screen