commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r6898 - trunk/gnue-common/src/definitions


From: jamest
Subject: [gnue] r6898 - trunk/gnue-common/src/definitions
Date: Thu, 13 Jan 2005 21:10:40 -0600 (CST)

Author: jamest
Date: 2005-01-13 21:10:39 -0600 (Thu, 13 Jan 2005)
New Revision: 6898

Modified:
   trunk/gnue-common/src/definitions/GObjects.py
Log:
remove __properties__ from GObj as it conflicts with
common's namespace core.  It didn't appear to be used


Modified: trunk/gnue-common/src/definitions/GObjects.py
===================================================================
--- trunk/gnue-common/src/definitions/GObjects.py       2005-01-13 16:07:20 UTC 
(rev 6897)
+++ trunk/gnue-common/src/definitions/GObjects.py       2005-01-14 03:10:39 UTC 
(rev 6898)
@@ -53,7 +53,9 @@
   def __init__(self, *args, **parms):
     GTriggerCore.__init__(self)
     ParserObj.__init__(self, *args, **parms)
-    self.__properties__ = {}
+    # This should be ok to remove as glimpse doesn't show it being used 
anywhere
+    # and it's messing up the common namespace property logic
+    #self.__properties__ = {}
     self._inits = []
 
   def buildObject(self, **params):





reply via email to

[Prev in Thread] Current Thread [Next in Thread]