[Zope3-checkins] CVS: Zope3/src/zodb/code/tests -
atestmodule.py:1.6.26.1 test_module.py:1.13.26.1
Jim Fulton
jim at zope.com
Fri Jan 16 10:44:05 EST 2004
Update of /cvs-repository/Zope3/src/zodb/code/tests
In directory cvs.zope.org:/tmp/cvs-serv19071/src/zodb/code/tests
Modified Files:
Tag: zope3-zodb3-devel-branch
atestmodule.py test_module.py
Log Message:
Various changes to get tests passing.
=== Zope3/src/zodb/code/tests/atestmodule.py 1.6 => 1.6.26.1 ===
--- Zope3/src/zodb/code/tests/atestmodule.py:1.6 Thu Jun 26 18:41:58 2003
+++ Zope3/src/zodb/code/tests/atestmodule.py Fri Jan 16 10:43:30 2004
@@ -13,7 +13,7 @@
##############################################################################
"""A module used to test persistent module patching."""
-from zodb.utils import *
+from ZODB.utils import *
def aFunc():
def nestedFunc():
=== Zope3/src/zodb/code/tests/test_module.py 1.13 => 1.13.26.1 ===
--- Zope3/src/zodb/code/tests/test_module.py:1.13 Thu Jun 26 19:17:51 2003
+++ Zope3/src/zodb/code/tests/test_module.py Fri Jan 16 10:43:30 2004
@@ -16,7 +16,7 @@
import unittest
from persistence.dict import PersistentDict
-from persistence._persistence import UPTODATE
+from persistence.cPersistence import UPTODATE
from transaction import get_transaction
import zodb.db
More information about the Zope3-Checkins
mailing list