Author: reinhard
Date: 2006-04-18 03:46:34 -0500 (Tue, 18 Apr 2006)
New Revision: 8410
Modified:
trunk/gnue-common/src/logic/NamespaceCore.py
Log:
Wow - 2 typos in 2 lines of code...
Modified: trunk/gnue-common/src/logic/NamespaceCore.py
===================================================================
--- trunk/gnue-common/src/logic/NamespaceCore.py 2006-04-17 08:29:53 UTC
(rev 8409)
+++ trunk/gnue-common/src/logic/NamespaceCore.py 2006-04-18 08:46:34 UTC
(rev 8410)
@@ -133,8 +133,8 @@
xml_object._localTriggerNamespace = {'self': namespace_object}
# FIXME: Do we really want all this in the local namespace? All of this
# could be reached with self.xxx anyway.
- xml_object._localTriggerNamespace.update(functions)
- xml_object._localTriggerNamespace.update(namepsace_object.__dict__)
+ xml_object._localTriggerNamespace.update(methods)
+ xml_object._localTriggerNamespace.update(namespace_object.__dict__)
return namespace_object
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue