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
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue