[Checkins] SVN: grok/branches/sylvain-testlayers/src/grok/components.py Better import.

Martijn Faassen faassen at startifact.com
Mon Apr 26 17:51:23 EDT 2010


Log message for revision 111459:
  Better import.
  

Changed:
  U   grok/branches/sylvain-testlayers/src/grok/components.py

-=-
Modified: grok/branches/sylvain-testlayers/src/grok/components.py
===================================================================
--- grok/branches/sylvain-testlayers/src/grok/components.py	2010-04-26 21:44:49 UTC (rev 111458)
+++ grok/branches/sylvain-testlayers/src/grok/components.py	2010-04-26 21:51:23 UTC (rev 111459)
@@ -31,7 +31,7 @@
 from zope.publisher.publish import mapply
 from zope.annotation.interfaces import IAttributeAnnotatable
 
-from zope.app.publisher.browser import getDefaultViewName
+from zope.publisher.defaultview import getDefaultViewName
 from zope.container.btree import BTreeContainer
 from zope.container.contained import Contained
 from zope.container.interfaces import IReadContainer



More information about the checkins mailing list