From a672c6d389f2eec99d99b8cb3b5123e6d6a4aca8 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 09 Aug 2012 02:20:24 +0000 Subject: minor pep8 tweaks --- (limited to 'roundbox.py') diff --git a/roundbox.py b/roundbox.py index 807385d..0049a36 100644 --- a/roundbox.py +++ b/roundbox.py @@ -32,7 +32,7 @@ class RoundBox(Gtk.Box): self._y = allocation.y self._width = allocation.width self._height = allocation.height - + def do_draw(self, cr): rect = self.get_allocation() cr.rectangle(rect.x, rect.y, rect.width, rect.height) -- cgit v0.9.1