[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/auth_plaintext.py typo
Andreas Jung
andreas at andreas-jung.com
Mon Mar 30 16:27:48 EDT 2009
Log message for revision 98626:
typo
Changed:
U ZODB/trunk/src/ZEO/tests/auth_plaintext.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/auth_plaintext.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/auth_plaintext.py 2009-03-30 20:23:38 UTC (rev 98625)
+++ ZODB/trunk/src/ZEO/tests/auth_plaintext.py 2009-03-30 20:27:48 UTC (rev 98626)
@@ -19,7 +19,7 @@
is provided by not storing plaintext passwords on disk.
"""
-try
+try:
from hashlib import sha1 as sha
except ImportError:
import sha
More information about the Zodb-checkins
mailing list