[Zope-Checkins] SVN: Zope/branches/zope33-port/lib/python/ZPublisher/Publish.py New import location of setDefaultSkin

Philipp von Weitershausen philikon at philikon.de
Thu Apr 27 16:37:25 EDT 2006


Log message for revision 67667:
  New import location of setDefaultSkin
  

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

-=-
Modified: Zope/branches/zope33-port/lib/python/ZPublisher/Publish.py
===================================================================
--- Zope/branches/zope33-port/lib/python/ZPublisher/Publish.py	2006-04-27 20:25:50 UTC (rev 67666)
+++ Zope/branches/zope33-port/lib/python/ZPublisher/Publish.py	2006-04-27 20:37:24 UTC (rev 67667)
@@ -21,7 +21,7 @@
 from maybe_lock import allocate_lock
 from mapply import mapply
 from zExceptions import Redirect
-from zope.app.publication.browser import setDefaultSkin
+from zope.publisher.browser import setDefaultSkin
 
 class Retry(Exception):
     """Raise this to retry a request



More information about the Zope-Checkins mailing list