[Zope-CVS] CVS: Packages/JobBoardI18n/tests - testJobList.py:1.2

Guido van Rossum guido@python.org
Fri, 27 Dec 2002 11:03:11 -0500


Update of /cvs-repository/Packages/JobBoardI18n/tests
In directory cvs.zope.org:/tmp/cvs-serv20698/tests

Modified Files:
	testJobList.py 
Log Message:
Removed files that are identical to their JobBoardEx counterparts.
This saves on maintenance.

Also renamed the rest.

=== Packages/JobBoardI18n/tests/testJobList.py 1.1 => 1.2 ===
--- Packages/JobBoardI18n/tests/testJobList.py:1.1	Mon Jun 17 19:57:57 2002
+++ Packages/JobBoardI18n/tests/testJobList.py	Fri Dec 27 11:03:10 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):