Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-10-31 19:31:35 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-10-31 19:31:35 (GMT)
commit62c6287a207040ade2712449ededb3b390a9912f (patch)
treeb8094591d8d3aa80d857b2d90ba3e6835ec86143 /Area.py
parent03470f034404972c1e77607b6974048b912dba6e (diff)
One line pep8 fix
Diffstat (limited to 'Area.py')
-rw-r--r--Area.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Area.py b/Area.py
index 2c0b886..849751f 100644
--- a/Area.py
+++ b/Area.py
@@ -817,6 +817,7 @@ class Area(Gtk.DrawingArea):
if FALLBACK_FILL:
logging.debug('using python flood_fill')
+
def within(x, y):
if x < 0 or x >= width:
return False