[Checkins] SVN: megrok.kss/trunk/src/megrok/kss/meta.py The view directive has moved.

Uli Fouquet uli at gnufix.de
Sat Feb 14 09:30:55 EST 2009


Log message for revision 96527:
  The view directive has moved.

Changed:
  U   megrok.kss/trunk/src/megrok/kss/meta.py

-=-
Modified: megrok.kss/trunk/src/megrok/kss/meta.py
===================================================================
--- megrok.kss/trunk/src/megrok/kss/meta.py	2009-02-14 14:10:03 UTC (rev 96526)
+++ megrok.kss/trunk/src/megrok/kss/meta.py	2009-02-14 14:30:54 UTC (rev 96527)
@@ -13,7 +13,7 @@
 
 class KSSGrokker(martian.MethodGrokker):
     martian.component(KSS)
-    martian.directive(grok.directive.view)
+    martian.directive(grok.view)
     martian.directive(grok.require, name='permission')
 
     def execute(self, factory, method, config, view, permission, **kw):



More information about the Checkins mailing list