[Zope3-checkins] CVS: Zope3/src/zope/app/pluggableauth -
__init__.py:1.3
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:55:42 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv5873/src/zope/app/pluggableauth
Modified Files:
__init__.py
Log Message:
Moved servicenames to zope.app.
=== Zope3/src/zope/app/pluggableauth/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/pluggableauth/__init__.py:1.2 Sat Mar 13 10:21:25 2004
+++ Zope3/src/zope/app/pluggableauth/__init__.py Sat Mar 13 18:55:11 2004
@@ -42,7 +42,7 @@
from zope.app.container.contained import Contained, setitem, uncontained
from zope.app.container.ordered import OrderedContainer
-from zope.app.services.servicenames import Authentication
+from zope.app.servicenames import Authentication
from zope.app.security.interfaces import ILoginPassword
from zope.app.site.interfaces import ISimpleService
from zope.app.component.nextservice import queryNextService
More information about the Zope3-Checkins
mailing list