From 0bc21d7e995561844c8976bf9c3fb6fd485cc10c Mon Sep 17 00:00:00 2001 From: David Sowder Date: Tue, 21 Feb 2012 17:35:46 -0600 Subject: [PATCH] pep8 compliance: E302 expected 2 blank lines --- albow/text_screen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/albow/text_screen.py b/albow/text_screen.py index 0e21cd7..0acd6b2 100644 --- a/albow/text_screen.py +++ b/albow/text_screen.py @@ -12,6 +12,7 @@ from controls import Button #------------------------------------------------------------------------------ + class Page(object): def __init__(self, text_screen, heading, lines): @@ -39,6 +40,7 @@ class Page(object): #------------------------------------------------------------------------------ + class TextScreen(Screen): # bg_color = (0, 0, 0)