[Zope-CVS] CVS: Packages/JobBoardEx - IJobList.py:1.8

Guido van Rossum guido@python.org
Mon, 17 Jun 2002 15:45:30 -0400


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

Modified Files:
	IJobList.py 
Log Message:
Whitespace normalization.


=== Packages/JobBoardEx/IJobList.py 1.7 => 1.8 ===
     def add(job):
         """Add a Job object to the list.
-        
+
         Returns the id assigned to the job.
         """
-        
+
     def __delitem__(jobid):
         """Removes the Job object with the given id from the list.