[Zope3-checkins] CVS: Zope3/src/zope/app/pluggableauth -
__init__.py:1.2 configure.zcml:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 10:22:00 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv16268/src/zope/app/pluggableauth
Modified Files:
__init__.py configure.zcml
Log Message:
Adjusted imports of placefulsetup and site-related objects.
=== Zope3/src/zope/app/pluggableauth/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/pluggableauth/__init__.py:1.1 Wed Mar 10 12:56:32 2004
+++ Zope3/src/zope/app/pluggableauth/__init__.py Sat Mar 13 10:21:25 2004
@@ -44,7 +44,7 @@
from zope.app.services.servicenames import Authentication
from zope.app.security.interfaces import ILoginPassword
-from zope.app.interfaces.services.service import ISimpleService
+from zope.app.site.interfaces import ISimpleService
from zope.app.component.nextservice import queryNextService
from interfaces import IUserSchemafied, IPluggableAuthenticationService
=== Zope3/src/zope/app/pluggableauth/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/pluggableauth/configure.zcml:1.1 Wed Mar 10 12:56:32 2004
+++ Zope3/src/zope/app/pluggableauth/configure.zcml Sat Mar 13 10:21:25 2004
@@ -40,7 +40,7 @@
/>
<require
permission="zope.ManageServices"
- interface="zope.app.interfaces.services.service.ISimpleService"
+ interface="zope.app.site.interfaces.ISimpleService"
/>
</content>
More information about the Zope3-Checkins
mailing list