From c69bd544b472e319b5967c661c2372f4e760a94b Mon Sep 17 00:00:00 2001 From: David Sowder Date: Tue, 21 Feb 2012 17:30:26 -0600 Subject: [PATCH] pep8 compliance: E302 expected 2 blank lines --- albow/theme.py | 1 + 1 file changed, 1 insertion(+) diff --git a/albow/theme.py b/albow/theme.py index 4f767cc..e46407b 100644 --- a/albow/theme.py +++ b/albow/theme.py @@ -6,6 +6,7 @@ import resource debug_theme = False + class ThemeProperty(object): def __init__(self, name):