[Zodb-checkins] CVS: Zope3/src/zodb/code/tests - atestmodule.py:1.6
Jim Fulton
jim at zope.com
Thu Jun 26 19:41:59 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/code/tests
In directory cvs.zope.org:/tmp/cvs-serv31331/src/zodb/code/tests
Modified Files:
atestmodule.py
Log Message:
Fixed a bug in handling pickling of module references in persistent modules.
=== Zope3/src/zodb/code/tests/atestmodule.py 1.5 => 1.6 ===
--- Zope3/src/zodb/code/tests/atestmodule.py:1.5 Fri Apr 25 15:28:46 2003
+++ Zope3/src/zodb/code/tests/atestmodule.py Thu Jun 26 18:41:58 2003
@@ -46,3 +46,8 @@
def anotherFunc():
class NotFound:
pass
+
+
+# import a module that won't be imported by something else:
+from zodb.code.tests import test_class
+
More information about the Zodb-checkins
mailing list