[Checkins] SVN: zam.skin/trunk/ - Import IDefaultViewName from the new location at zope.publisher.interfaces

Roger Ineichen roger at projekt01.ch
Wed Apr 22 00:28:24 EDT 2009


Log message for revision 99357:
  - Import IDefaultViewName from the new location at zope.publisher.interfaces
  - Removed zc.configuration package from dependency list since this is a part
    of zope.configuration

Changed:
  U   zam.skin/trunk/CHANGES.txt
  U   zam.skin/trunk/setup.py
  U   zam.skin/trunk/src/zam/skin/browser/__init__.py

-=-
Modified: zam.skin/trunk/CHANGES.txt
===================================================================
--- zam.skin/trunk/CHANGES.txt	2009-04-22 00:46:19 UTC (rev 99356)
+++ zam.skin/trunk/CHANGES.txt	2009-04-22 04:28:24 UTC (rev 99357)
@@ -7,6 +7,11 @@
 
 - Removed duplicated zam.api configure.zcml file include
 
+- Import IDefaultViewName from the new location at zope.publisher.interfaces
+
+- Removed zc.configuration package from dependency list since this is a part
+  of zope.configuration
+
 Version 0.5.2 (2008-04-16)
 --------------------------
 

Modified: zam.skin/trunk/setup.py
===================================================================
--- zam.skin/trunk/setup.py	2009-04-22 00:46:19 UTC (rev 99356)
+++ zam.skin/trunk/setup.py	2009-04-22 04:28:24 UTC (rev 99357)
@@ -85,7 +85,6 @@
             'z3c.template',
             'z3c.zrtresource',
             'zam.api',
-            'zc.configuration',
             'zope.app.appsetup',
             'zope.app.authentication',
             'zope.app.component',

Modified: zam.skin/trunk/src/zam/skin/browser/__init__.py
===================================================================
--- zam.skin/trunk/src/zam/skin/browser/__init__.py	2009-04-22 00:46:19 UTC (rev 99356)
+++ zam.skin/trunk/src/zam/skin/browser/__init__.py	2009-04-22 04:28:24 UTC (rev 99357)
@@ -18,7 +18,7 @@
 
 import zope.interface
 import zope.component
-from zope.component.interfaces import IDefaultViewName
+from zope.publisher.interfaces import IDefaultViewName
 from zope.publisher.browser import BrowserPage
 from zope.traversing.browser import absoluteURL
 from zope.viewlet import viewlet



More information about the Checkins mailing list