[Zope3-checkins] CVS: Zope3/src/zodb/code/tests - atestmodule.py:1.6

Jim Fulton jim@zope.com
Thu, 26 Jun 2003 18:41:59 -0400


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
+