[Zope3-checkins] CVS: Zope3/src/zope/app/publication - zopepublication.py:1.16
R. Sean Bowman
sean.bowman@acm.org
Tue, 11 Feb 2003 21:17:57 -0500
Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv21737/zope/app/publication
Modified Files:
zopepublication.py
Log Message:
moved non core CA service names to zope/app/services/servicenames.py,
renamed ResourceService to Resources
=== Zope3/src/zope/app/publication/zopepublication.py 1.15 => 1.16 ===
--- Zope3/src/zope/app/publication/zopepublication.py:1.15 Fri Feb 7 10:59:41 2003
+++ Zope3/src/zope/app/publication/zopepublication.py Tue Feb 11 21:17:26 2003
@@ -17,7 +17,7 @@
from zope.component import getService, getView, getDefaultViewName
from zope.component import queryService, getAdapter
from zope.component.exceptions import ComponentLookupError
-from zope.component.servicenames import ErrorReports, Authentication
+from zope.app.services.servicenames import ErrorReports, Authentication
from zodb.interfaces import ConflictError
from zope.publisher.publish import mapply