[Checkins] SVN: grok/trunk/src/grok/__init__.py add the ILayout to the grok ns too

Jan Wijbrand Kolman cvs-admin at zope.org
Thu May 10 11:42:20 UTC 2012


Log message for revision 125823:
  add the ILayout to the grok ns too

Changed:
  U   grok/trunk/src/grok/__init__.py

-=-
Modified: grok/trunk/src/grok/__init__.py
===================================================================
--- grok/trunk/src/grok/__init__.py	2012-05-10 11:20:19 UTC (rev 125822)
+++ grok/trunk/src/grok/__init__.py	2012-05-10 11:42:17 UTC (rev 125823)
@@ -62,6 +62,7 @@
 from grokcore.formlib import AutoFields
 from grokcore.formlib import Fields
 
+from grokcore.layout.interfaces import ILayout
 from grokcore.layout import UnauthorizedPage
 from grokcore.layout import NotFoundPage
 from grokcore.layout import ExceptionPage



More information about the checkins mailing list