laneya

multiplayer roguelike game
git clone https://git.ce9e.org/laneya.git

commit
d8a0f964515a6c912f8e89a66576391a9432805e
parent
1b292c1891e2ce912018b52424863304d03f84a7
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-11-01 11:13
pep8

Diffstat

M laneya/map.py 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/laneya/map.py b/laneya/map.py

@@ -1,7 +1,5 @@
    1     1 import random
    2     2 
    3    -1 import protocol
    4    -1 
    5     3 
    6     4 class Map(object):
    7     5     """A singel map containing sprites.