Log message for revision 67674:
  correct import path
  

Changed:
  U   Zope/branches/zope33-port/lib/python/ZPublisher/Test.py

-=-
Modified: Zope/branches/zope33-port/lib/python/ZPublisher/Test.py
===================================================================
--- Zope/branches/zope33-port/lib/python/ZPublisher/Test.py     2006-04-27 
21:00:01 UTC (rev 67673)
+++ Zope/branches/zope33-port/lib/python/ZPublisher/Test.py     2006-04-27 
21:02:23 UTC (rev 67674)
@@ -192,7 +192,7 @@
                 # make sure that the request we hand over has the
                 # default layer/skin set on it; subsequent code that
                 # wants to look up views will likely depend on it
-                from zope.app.publication.browser import setDefaultSkin
+                from zope.publisher.browser import setDefaultSkin
                 setDefaultSkin(request)
 
             for k, v in extra.items(): request[k]=v

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to