From 62c6287a207040ade2712449ededb3b390a9912f Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Wed, 31 Oct 2012 19:31:35 +0000 Subject: One line pep8 fix --- 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 -- cgit v0.9.1