changeset 20:e882862f70b1

PEP8 fix.
author Simon Cross <hodgestar@gmail.com>
date Sun, 11 Sep 2011 14:02:48 +0200
parents 6d195a3a4557
children f76c3f033772
files mamba/widgets/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/widgets/__init__.py	Sun Sep 11 13:59:25 2011 +0200
+++ b/mamba/widgets/__init__.py	Sun Sep 11 14:02:48 2011 +0200
@@ -1,5 +1,6 @@
 import pygame
 
+
 class Widget(object):
 
     def __init__(self, rect):
@@ -13,6 +14,7 @@
         "Override me"
         pass
 
+
 class Container(object):
 
     def __init__(self):