BUGFIX : proper implementation of static method
[wifihood] / hildongtk.py
index a719599..0582338 100644 (file)
@@ -13,6 +13,7 @@ class Program :
     window = None
     def get_instance() :
         return Program()
+    get_instance = staticmethod( get_instance )
     def add_window ( self , window ) :
         print "ATE",self.window , window
         self.window = window