commit-gnue
[Top][All Lists]
Advanced

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

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


From: jcater
Subject: [gnue] r8933 - trunk/gnue-common/src/definitions
Date: Wed, 25 Oct 2006 22:53:17 -0500 (CDT)

Author: jcater
Date: 2006-10-25 22:53:17 -0500 (Wed, 25 Oct 2006)
New Revision: 8933

Modified:
   trunk/gnue-common/src/definitions/GParser.py
Log:
make the default xmlElements a class-level instead of instance-level value

Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py        2006-10-26 03:34:49 UTC 
(rev 8932)
+++ trunk/gnue-common/src/definitions/GParser.py        2006-10-26 03:53:17 UTC 
(rev 8933)
@@ -232,10 +232,10 @@
   # Constructor
   # ---------------------------------------------------------------------------
 
+  xmlElements = {}
+
   def __init__ (self):
 
-    self.xmlElements = {}
-
     # This is a hack, currently used only by GRPassThru
     self.xmlMasqueradeNamespaceElements = None
 





reply via email to

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