[Checkins] SVN: Sandbox/cklinger/megrok.pagelet/trunk/src/megrok/pagelet/component.py Fix encoding error

Christian Klinger cklinger at novareto.de
Thu Feb 5 10:10:42 EST 2009


Log message for revision 96132:
  Fix encoding error

Changed:
  U   Sandbox/cklinger/megrok.pagelet/trunk/src/megrok/pagelet/component.py

-=-
Modified: Sandbox/cklinger/megrok.pagelet/trunk/src/megrok/pagelet/component.py
===================================================================
--- Sandbox/cklinger/megrok.pagelet/trunk/src/megrok/pagelet/component.py	2009-02-05 15:06:50 UTC (rev 96131)
+++ Sandbox/cklinger/megrok.pagelet/trunk/src/megrok/pagelet/component.py	2009-02-05 15:10:41 UTC (rev 96132)
@@ -51,7 +51,7 @@
         #        (self, self.request), IContentTemplate)
         #    return template(self)
         
-        # We don´t work with IContentTemplate for now
+        # We don not work with IContentTemplate for now
         # We use instead our grok.View behavior with the associated
         # Templates
 



More information about the Checkins mailing list