[Checkins] SVN: grok/branches/jw-philipp-using-ndir-directives/src/grok/__init__.py (Re?)introduce the description directive.

Philipp von Weitershausen philikon at philikon.de
Sat May 3 11:01:53 EDT 2008


Log message for revision 86229:
  (Re?)introduce the description directive.

Changed:
  U   grok/branches/jw-philipp-using-ndir-directives/src/grok/__init__.py

-=-
Modified: grok/branches/jw-philipp-using-ndir-directives/src/grok/__init__.py
===================================================================
--- grok/branches/jw-philipp-using-ndir-directives/src/grok/__init__.py	2008-05-03 15:00:40 UTC (rev 86228)
+++ grok/branches/jw-philipp-using-ndir-directives/src/grok/__init__.py	2008-05-03 15:01:52 UTC (rev 86229)
@@ -46,7 +46,7 @@
 
 from martian import baseclass
 from grokcore.component.directive import (
-    context, name, title, provides, global_utility, direct, order)
+    context, name, title, description, provides, global_utility, direct, order)
 from grok.directive import (
     template, templatedir, local_utility, permissions, require, site,
     layer, viewletmanager, view, traversable)



More information about the Checkins mailing list