pep8 compliance: E302 expected 2 blank lines

This commit is contained in:
David Sowder 2012-02-21 17:35:46 -06:00
parent 76285ff4f9
commit 0bc21d7e99

View File

@ -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)