[Zope-CVS] CVS: Packages/pypes/pypes/tests - test_identity.py:1.17
Casey Duncan
casey at zope.com
Mon Jun 7 00:14:49 EDT 2004
Update of /cvs-repository/Packages/pypes/pypes/tests
In directory cvs.zope.org:/tmp/cvs-serv30163/pypes/tests
Modified Files:
test_identity.py
Log Message:
Relative -> abs import
=== Packages/pypes/pypes/tests/test_identity.py 1.16 => 1.17 ===
--- Packages/pypes/pypes/tests/test_identity.py:1.16 Tue May 25 22:26:18 2004
+++ Packages/pypes/pypes/tests/test_identity.py Mon Jun 7 00:14:49 2004
@@ -24,7 +24,7 @@
from BTrees.OOBTree import OOTreeSet, difference
from types import TypeType
from sets import Set
-from common \
+from pypes.tests.common \
import PypesTestCase, TestClass, PersistenceTest, PypesPersistentTest
class TestIdentityService(unittest.TestCase):
More information about the Zope-CVS
mailing list