Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv1048
Modified Files:
IJobList.py
Log Message:
Add remove() to JobList interface.
=== Packages/JobBoardEx/IJobList.py 1.2 => 1.3 ===
Raises KeyError if jobid is not in list.
"""
+
+ def remove(job):
+ """Removes the Job object job from the list."""