[Zodb-checkins] CVS: ZODB3/ZEO/auth - auth_digest.py:1.5
Jeremy Hylton
jeremy at zope.com
Thu Oct 2 16:18:23 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/auth
In directory cvs.zope.org:/tmp/cvs-serv6351/ZEO/auth
Modified Files:
auth_digest.py
Log Message:
Remove unused imports and definitions of True/False.
=== ZODB3/ZEO/auth/auth_digest.py 1.4 => 1.5 ===
--- ZODB3/ZEO/auth/auth_digest.py:1.4 Thu Oct 2 14:17:21 2003
+++ ZODB3/ZEO/auth/auth_digest.py Thu Oct 2 16:17:52 2003
@@ -34,7 +34,6 @@
this is a sound approach; SRP would be preferred.
"""
-import base64
import os
import random
import sha
More information about the Zodb-checkins
mailing list