[Zope3-checkins] CVS: Products3/z3checkins/ftests -
test_z3checkins.py:1.8
Gintautas Miliauskas
gintas at pov.lt
Wed Apr 7 08:11:24 EDT 2004
Update of /cvs-repository/Products3/z3checkins/ftests
In directory cvs.zope.org:/tmp/cvs-serv22370/ftests
Modified Files:
test_z3checkins.py
Log Message:
Module 'functional' has been moved and is now imported from zope.app.tests
rather than zope.testing.
=== Products3/z3checkins/ftests/test_z3checkins.py 1.7 => 1.8 ===
--- Products3/z3checkins/ftests/test_z3checkins.py:1.7 Sun Mar 14 05:56:49 2004
+++ Products3/z3checkins/ftests/test_z3checkins.py Wed Apr 7 08:11:21 2004
@@ -7,7 +7,7 @@
import unittest
import os
-from zope.testing.functional import BrowserTestCase
+from zope.app.tests.functional import BrowserTestCase
class TestCheckins(BrowserTestCase):
More information about the Zope3-Checkins
mailing list