[Zope-CVS] CVS: Packages/JobBoardEx/tests - testJobList.py:1.9

Guido van Rossum guido@python.org
Wed, 25 Dec 2002 13:40:21 -0500


Update of /cvs-repository/Packages/JobBoardEx/tests
In directory cvs.zope.org:/tmp/cvs-serv28958

Modified Files:
	testJobList.py 
Log Message:
Minimal renaming.


=== Packages/JobBoardEx/tests/testJobList.py 1.8 => 1.9 ===
--- Packages/JobBoardEx/tests/testJobList.py:1.8	Thu Jun 13 16:09:46 2002
+++ Packages/JobBoardEx/tests/testJobList.py	Wed Dec 25 13:40:20 2002
@@ -3,7 +3,7 @@
 from ZopeProducts.JobBoardEx.JobList import JobList
 from ZopeProducts.JobBoardEx.IJobList import IJobList
 
-from Interface.Verify import verifyClass, verifyObject
+from zope.interface.verify import verifyClass, verifyObject
 
 class Job:
     def __init__(self, state):