[Zope-CVS] CVS: Products/Scheduler - Scheduler.py:1.9

Chris McDonough chrism@zope.com
Wed, 2 Oct 2002 21:54:24 -0400


Update of /cvs-repository/Products/Scheduler
In directory cvs.zope.org:/tmp/cvs-serv32152

Modified Files:
	Scheduler.py 
Log Message:
Add do-nothing getInfo method.


=== Products/Scheduler/Scheduler.py 1.8 => 1.9 ===
--- Products/Scheduler/Scheduler.py:1.8	Sun Sep 29 16:50:05 2002
+++ Products/Scheduler/Scheduler.py	Wed Oct  2 21:54:24 2002
@@ -405,6 +405,9 @@
     def getDescription(self):
         return self.description
 
+    def getInfo(self):
+        return ''
+
     def getTime(self):
         return self.when