[Checkins] SVN: grok/trunk/grokwiki/src/grokwiki/page.py Somehow a syntax error snuck into this code.

Martijn Faassen faassen at infrae.com
Mon Sep 29 09:33:13 EDT 2008


Log message for revision 91591:
  Somehow a syntax error snuck into this code.
  

Changed:
  U   grok/trunk/grokwiki/src/grokwiki/page.py

-=-
Modified: grok/trunk/grokwiki/src/grokwiki/page.py
===================================================================
--- grok/trunk/grokwiki/src/grokwiki/page.py	2008-09-29 13:22:22 UTC (rev 91590)
+++ grok/trunk/grokwiki/src/grokwiki/page.py	2008-09-29 13:33:12 UTC (rev 91591)
@@ -63,7 +63,7 @@
     pass
 
 class PageRest(grok.REST):
-    grok.layer(WikiLayer))
+    grok.layer(WikiLayer)
     
     def GET(self):
         return "Hello world"



More information about the Checkins mailing list