Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mapnav.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-05-06 05:34:41 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-05-06 05:34:41 (GMT)
commitc1cb45855e20df0804e69ab6e4385389fe75a0ba (patch)
tree51467b81ea7c1fe00df9bf598ff6a54a21e8685a /mapnav.py
parenta9afa17b71f98e11d546d954f9c9ca61dbb0f105 (diff)
Pep8 fix
Diffstat (limited to 'mapnav.py')
-rw-r--r--mapnav.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mapnav.py b/mapnav.py
index 57a142c..cd99a04 100644
--- a/mapnav.py
+++ b/mapnav.py
@@ -76,7 +76,7 @@ class MapNavView(gtk.DrawingArea):
self.calculate_sizes(allocation.width, allocation.height)
if self.view_mode == self.MODE_PLAY:
character_y = allocation.height - self._grid_size
- self._character.pos = [style.GRID_CELL_SIZE , character_y]
+ self._character.pos = [style.GRID_CELL_SIZE, character_y]
self._character.direction = 1
self._character.change_animation('stand', flip_x=1)
self.disconnect(self._setup_handle)