[Checkins] SVN: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app.py Update fixture.

Uli Fouquet uli at gnufix.de
Wed Feb 25 06:49:52 EST 2009


Log message for revision 97254:
  Update fixture.

Changed:
  U   megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app.py

-=-
Modified: megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app.py
===================================================================
--- megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app.py	2009-02-25 11:49:13 UTC (rev 97253)
+++ megrok.chameleon/trunk/src/megrok/chameleon/tests/cpt_fixture/app.py	2009-02-25 11:49:52 UTC (rev 97254)
@@ -9,7 +9,7 @@
 
 class Food(grok.View):
     
-    text = "ME GROK EAT MAMMOTH!"
+    text = "<ME GROK EAT MAMMOTH!>"
     
     def me_do(self):
         return self.text
@@ -20,3 +20,5 @@
 inline = components.ChameleonPageTemplate(
     "<html><body>ME GROK HAS INLINES! ${view.sometext}</body></html>")
 
+class Vars(grok.View):
+    pass



More information about the Checkins mailing list