[Checkins] SVN: zope.traversing/trunk/ Use applySkin from new location zope.publisher.skinnable

Roger Ineichen roger at projekt01.ch
Mon Mar 9 21:23:11 EDT 2009


Log message for revision 97754:
  Use applySkin from new location zope.publisher.skinnable
  instead of zope.publisher.browser.

Changed:
  U   zope.traversing/trunk/CHANGES.txt
  U   zope.traversing/trunk/src/zope/traversing/namespace.py

-=-
Modified: zope.traversing/trunk/CHANGES.txt
===================================================================
--- zope.traversing/trunk/CHANGES.txt	2009-03-10 01:19:59 UTC (rev 97753)
+++ zope.traversing/trunk/CHANGES.txt	2009-03-10 01:23:10 UTC (rev 97754)
@@ -5,6 +5,9 @@
 3.5.3 (unreleased)
 ------------------
 
+- Use applySkin from new location. zope.publisher.skinnable instead of
+  zope.publisher.browser.
+
 - Use IAbsoluteURL lookup instead of the "absolute_url" view in the
   recursive AbsoluteURL adapters (LP: #338101).
 

Modified: zope.traversing/trunk/src/zope/traversing/namespace.py
===================================================================
--- zope.traversing/trunk/src/zope/traversing/namespace.py	2009-03-10 01:19:59 UTC (rev 97753)
+++ zope.traversing/trunk/src/zope/traversing/namespace.py	2009-03-10 01:23:10 UTC (rev 97754)
@@ -26,7 +26,7 @@
 from zope.interface import providedBy, directlyProvides, directlyProvidedBy
 from zope.location.interfaces import IRoot, LocationError
 from zope.publisher.interfaces.browser import IBrowserSkinType
-from zope.publisher.browser import applySkin
+from zope.publisher.skinnable import applySkin
 from zope.security.proxy import removeSecurityProxy
 from zope.traversing.interfaces import ITraversable, IPathAdapter
 



More information about the Checkins mailing list