[Zope-CVS] CVS: Products/Ape/lib/apelib/tests - testall.py:1.6
Shane Hathaway
shane at zope.com
Thu Aug 14 17:17:46 EDT 2003
Update of /cvs-repository/Products/Ape/lib/apelib/tests
In directory cvs.zope.org:/tmp/cvs-serv2127/lib/apelib/tests
Modified Files:
testall.py
Log Message:
Import ZODB first to allow Persistent import to work
=== Products/Ape/lib/apelib/tests/testall.py 1.5 => 1.6 ===
--- Products/Ape/lib/apelib/tests/testall.py:1.5 Wed Jul 30 17:33:08 2003
+++ Products/Ape/lib/apelib/tests/testall.py Thu Aug 14 16:17:41 2003
@@ -27,6 +27,7 @@
import apelib
except ImportError:
# The Ape product makes apelib available as a top-level package.
+ import ZODB
import Products.Ape
import apelib
More information about the Zope-CVS
mailing list