[Checkins] SVN: Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py Fixed typo.

Malthe Borch mborch at gmail.com
Tue Nov 25 09:22:49 EST 2008


Log message for revision 93342:
  Fixed typo.

Changed:
  U   Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py

-=-
Modified: Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py	2008-11-25 14:21:04 UTC (rev 93341)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/translation.py	2008-11-25 14:22:49 UTC (rev 93342)
@@ -86,7 +86,7 @@
         return dict(
             ((prefix and "xmlns:%s" % prefix or "xmlns", ns) for (prefix, ns) in \
              self.element.nsmap.items() if \
-             ns not in self.ns_omit and prefix not in prefix_omit)
+             ns not in self.ns_omit and prefix not in prefix_omit))
     
     @property
     def static_attributes(self):



More information about the Checkins mailing list