[Zope3-checkins] CVS: Zope3/src/zope/app/services/pluggableauth -
__init__.py:1.6
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Aug 8 20:23:23 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv31307/services/pluggableauth
Modified Files:
__init__.py
Log Message:
whitespace typo
=== Zope3/src/zope/app/services/pluggableauth/__init__.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/services/pluggableauth/__init__.py:1.5 Thu Jul 10 05:27:37 2003
+++ Zope3/src/zope/app/services/pluggableauth/__init__.py Fri Aug 8 19:23:19 2003
@@ -447,7 +447,6 @@
implements(IUserSchemafied)
def __init__(self, login, password, title='', description=''):
-
self.id = ''
self.login = login
self.password = password
More information about the Zope3-Checkins
mailing list