[Zodb-checkins] CVS: ZODB4/src/zodb/zeo/tests -
zeoserver.py:1.8.30.2
Jeremy Hylton
jeremy at zope.com
Wed Jun 18 15:22:50 EDT 2003
Update of /cvs-repository/ZODB4/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv5794/src/zodb/zeo/tests
Modified Files:
Tag: ZODB3-2-merge
zeoserver.py
Log Message:
Fix import.
=== ZODB4/src/zodb/zeo/tests/zeoserver.py 1.8.30.1 => 1.8.30.2 ===
--- ZODB4/src/zodb/zeo/tests/zeoserver.py:1.8.30.1 Tue Jun 17 17:59:24 2003
+++ ZODB4/src/zodb/zeo/tests/zeoserver.py Wed Jun 18 14:22:49 2003
@@ -135,7 +135,7 @@
# XXX a hack
if zo.auth_protocol == "plaintext":
- import ZEO.tests.auth_plaintext
+ import zodb.zeo.tests.auth_plaintext
# Open the config file and let ZConfig parse the data there. Then remove
# the config file, otherwise we'll leave turds.
More information about the Zodb-checkins
mailing list