[Zope-CVS] CVS: Packages/JobBoardEx - JobList.py:1.19
Guido van Rossum
guido@python.org
Mon, 5 Aug 2002 12:29:04 -0400
Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv19360
Modified Files:
JobList.py
Log Message:
Import the PersistentMapping class, not the module.
=== Packages/JobBoardEx/JobList.py 1.18 => 1.19 ===
-from Persistence import Persistent, PersistentMapping
+from Persistence import Persistent
+from Persistence.PersistentMapping import PersistentMapping
from IJobList import IJobList
from IJob import JobState