[Checkins] SVN: Sandbox/malthe/chameleon.core/src/chameleon/core/types.py Fixed method.

Malthe Borch mborch at gmail.com
Thu Oct 2 15:06:41 EDT 2008


Log message for revision 91668:
  Fixed  method.

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

-=-
Modified: Sandbox/malthe/chameleon.core/src/chameleon/core/types.py
===================================================================
--- Sandbox/malthe/chameleon.core/src/chameleon/core/types.py	2008-10-02 19:03:10 UTC (rev 91667)
+++ Sandbox/malthe/chameleon.core/src/chameleon/core/types.py	2008-10-02 19:06:41 UTC (rev 91668)
@@ -22,7 +22,7 @@
 
 class template(value):
     def __repr__(self):
-        return 'template(%s)' % str.__repr__(self)
+        return 'template(%s)' % value.__repr__(self)
 
 class join(tuple, expression):
     def __repr__(self):



More information about the Checkins mailing list