BUGFIX : proper implementation of static method
authorjaviplx <javiplx@gmail.com>
Sat, 7 May 2011 13:21:36 +0000 (13:21 +0000)
committerjaviplx <javiplx@gmail.com>
Sat, 7 May 2011 13:21:36 +0000 (13:21 +0000)
git-svn-id: file:///svnroot/wifihood/branches/hildon-wrapping@128 c51dfc6a-5949-4919-9c8e-f207a149c383

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