[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py Remove deprecation warning induced by refactoring in Z3.

Tres Seaver tseaver at palladion.com
Sun Sep 24 18:34:09 EDT 2006


Log message for revision 70358:
  Remove deprecation warning induced by refactoring in Z3.

Changed:
  U   Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py

-=-
Modified: Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py
===================================================================
--- Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py	2006-09-24 17:59:04 UTC (rev 70357)
+++ Zope/branches/2.10/lib/python/ZPublisher/tests/testPublish.py	2006-09-24 22:34:09 UTC (rev 70358)
@@ -1,4 +1,4 @@
-from zope.app.publication.browser import setDefaultSkin
+from zope.publisher.browser import setDefaultSkin
 from zope.publisher.interfaces.browser import IDefaultBrowserLayer
 from ZPublisher import Retry
 from ZODB.POSException import ConflictError



More information about the Zope-Checkins mailing list