[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services -
auth.py:1.8
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 8 07:07:34 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/interfaces/services
In directory cvs.zope.org:/tmp/cvs-serv13930/src/zope/app/interfaces/services
Modified Files:
auth.py
Log Message:
Fixed it up, so that the tests will pass. I will remove the module next.
=== Zope3/src/zope/app/interfaces/services/auth.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/interfaces/services/auth.py:1.7 Tue Feb 24 09:24:12 2004
+++ Zope3/src/zope/app/interfaces/services/auth.py Mon Mar 8 07:07:03 2004
@@ -16,7 +16,7 @@
$Id$
"""
from zope.interface import Interface
-from zope.app.interfaces.security import IPrincipal
+from zope.app.security.interfaces import IPrincipal
from zope.app.interfaces.annotation import IAttributeAnnotatable
class IReadUser(IPrincipal):
More information about the Zope3-Checkins
mailing list