]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
pychecker nit
authorewt <ewt>
Mon, 25 Jun 2001 13:06:36 +0000 (13:06 +0000)
committerewt <ewt>
Mon, 25 Jun 2001 13:06:36 +0000 (13:06 +0000)
snack.py

index 44661bf00ec71d1b2a21d84b966bd9e78cbe72a3..aee889041ae8298fe502f119ee7f9ff4947b9ca6 100644 (file)
--- a/snack.py
+++ b/snack.py
@@ -25,6 +25,9 @@ class Widget:
         else:
             self.w.setCallback(obj)
 
+    def __init__:
+       self.w = None
+
 class Button(Widget):
 
     def __init__(self, text):