[Checkins] SVN: grok/trunk/src/grok/components.py get the application component from grokcore.site

Jan Wijbrand Kolman cvs-admin at zope.org
Tue May 1 10:14:41 UTC 2012


Log message for revision 125461:
  get the application component from grokcore.site

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

-=-
Modified: grok/trunk/src/grok/components.py
===================================================================
--- grok/trunk/src/grok/components.py	2012-05-01 10:13:45 UTC (rev 125460)
+++ grok/trunk/src/grok/components.py	2012-05-01 10:14:38 UTC (rev 125461)
@@ -49,6 +49,7 @@
 from grokcore.rest import REST
 from grokcore.json import JSON
 from grokcore.content import Model, Container, OrderedContainer
+from grokcore.site import Application
 
 
 class ViewSupportMixin(object):



More information about the checkins mailing list