[Zope-Checkins] CVS: ZODB3/ZEO/tests - auth_plaintext.py:1.4
Tim Peters
tim.one at comcast.net
Thu Oct 2 18:14:34 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv25291/ZEO/tests
Modified Files:
auth_plaintext.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/tests/auth_plaintext.py 1.3 => 1.4 ===
--- ZODB3/ZEO/tests/auth_plaintext.py:1.3 Thu Oct 2 14:17:21 2003
+++ ZODB3/ZEO/tests/auth_plaintext.py Thu Oct 2 18:14:03 2003
@@ -41,7 +41,7 @@
self.database.realm,
password))
return self.finish_auth(dbpw == password_dig)
-
+
class PlaintextClient(Client):
extensions = ["auth"]
More information about the Zope-Checkins
mailing list