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

Uli Fouquet uli at gnufix.de
Sun Feb 22 08:13:45 EST 2009


Log message for revision 97033:
  Update app.py in fixture.

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

-=-
Modified: Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/cpt_fixture/app.py
===================================================================
--- Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/cpt_fixture/app.py	2009-02-22 13:13:17 UTC (rev 97032)
+++ Sandbox/ulif/megrok.chameleon/src/megrok/chameleon/tests/cpt_fixture/app.py	2009-02-22 13:13:45 UTC (rev 97033)
@@ -7,12 +7,6 @@
 class CavePainting(grok.View):
     pass
 
-class Static(grok.View):
-    pass
-
-class Gatherer(grok.View):
-    pass
-    
 class Food(grok.View):
     
     text = "ME GROK EAT MAMMOTH!"
@@ -20,10 +14,6 @@
     def me_do(self):
         return self.text
 
-class Hunter(grok.View):
-    
-    game = "MAMMOTH!"
-
 class Inline(grok.View):
     sometext = 'Some Text'
 



More information about the Checkins mailing list