Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-09-04 01:57:29 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-09-04 01:57:29 (GMT)
commit8439198a08fbd8b6d7dad2fb95b020b37de5fd27 (patch)
tree2d1efaaa96ebf0d443f958d31e58c52b6e66c926
parent9c54898a97ee7e58e3b32cc3bbe4a924385fcba3 (diff)
PEP8 fixes
-rwxr-xr-xgame.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/game.py b/game.py
index f24fda1..3c04213 100755
--- a/game.py
+++ b/game.py
@@ -169,7 +169,6 @@ class Canvas(Gtk.DrawingArea):
def get_pos(self, mx, my):
try:
- next_square = 0
ypos = 0
xpos = 0
all_x = [s[0] for s in self.squares]
@@ -222,4 +221,3 @@ if __name__ == "__main__":
window.maximize()
window.show_all()
Gtk.main()
-