[Zope-Checkins] SVN: Zope/branches/zope33-port/lib/python/ZPublisher/Test.py correct import path

Philipp von Weitershausen philikon at philikon.de
Thu Apr 27 17:02:23 EDT 2006


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



More information about the Zope-Checkins mailing list