From 7dc6c3a1815545e8ac6efc0fe6e72a7b8aa87a22 Mon Sep 17 00:00:00 2001 From: David Sowder Date: Tue, 21 Feb 2012 17:38:05 -0600 Subject: [PATCH] pep8 compliance: E302 expected 2 blank lines --- albow/tab_panel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/albow/tab_panel.py b/albow/tab_panel.py index 5cb370a..6dc75dd 100644 --- a/albow/tab_panel.py +++ b/albow/tab_panel.py @@ -9,6 +9,7 @@ from widget import Widget from theme import ThemeProperty, FontProperty from utils import brighten + class TabPanel(Widget): # pages [Widget] # current_page Widget