From c056f0b36fb28a8d5a418e07d22bc5e34de448f0 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 15 Apr 2009 22:04:29 -0500 Subject: [PATCH] Minor PEP8 fix --- src/gtk_toolbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gtk_toolbox.py b/src/gtk_toolbox.py index 4d4b7c6..210ce71 100644 --- a/src/gtk_toolbox.py +++ b/src/gtk_toolbox.py @@ -124,6 +124,7 @@ class ContextHandler(object): position = 0, 0 self._respond(position) + class LoginWindow(object): def __init__(self, widgetTree): -- 1.7.9.5