[Checkins] SVN: grok/trunk/src/grok/__init__.py import from new location of getSite

Kevin Teague kevin at bud.ca
Thu Nov 26 19:15:31 EST 2009


Log message for revision 106048:
  import from new location of getSite

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

-=-
Modified: grok/trunk/src/grok/__init__.py
===================================================================
--- grok/trunk/src/grok/__init__.py	2009-11-26 23:46:51 UTC (rev 106047)
+++ grok/trunk/src/grok/__init__.py	2009-11-27 00:15:31 UTC (rev 106048)
@@ -56,7 +56,7 @@
 from grokcore.site import local_utility
 
 from zope.event import notify
-from zope.app.component.hooks import getSite
+from zope.site.hooks import getSite
 from zope.lifecycleevent import (
     IObjectCreatedEvent, ObjectCreatedEvent,
     IObjectModifiedEvent, ObjectModifiedEvent,



More information about the checkins mailing list