changeset 137:7fbeeb402685

PEP8 tidy mamba.widgets
author Stefano Rivera <stefano@rivera.za.net>
date Mon, 12 Sep 2011 13:09:09 +0200
parents 00ada2e29798
children 2c643ec8dc4e
files mamba/widgets/base.py mamba/widgets/text.py
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/widgets/base.py	Sun Sep 11 23:56:59 2011 +0200
+++ b/mamba/widgets/base.py	Mon Sep 12 13:09:09 2011 +0200
@@ -31,6 +31,7 @@
 
 
 class Button(Widget):
+
     def event(self, ev):
         if super(Button, self).event(ev):
             return True
--- a/mamba/widgets/text.py	Sun Sep 11 23:56:59 2011 +0200
+++ b/mamba/widgets/text.py	Mon Sep 12 13:09:09 2011 +0200
@@ -4,6 +4,7 @@
 from mamba.data import filepath
 from mamba.constants import DEFAULT_FONT
 
+
 class TextWidget(Widget):
     fontcache = {}