~wattazoum/python-schedule/devel

« back to all changes in this revision

Viewing changes to src/schedule/__init__.py

  • Committer: Oumar Aziz OUATTARA
  • Date: 2008-05-01 13:13:00 UTC
  • Revision ID: wattazoum@wattazoum-laptop-20080501131300-ghbw4d1xdv0j2xbg
Started crontab

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
class Scheduler :
31
31
        
 
32
        MINUTE=1
 
33
        HOUR=2
 
34
        DAY=3
 
35
        WEEK=4
 
36
        MONTH=5
 
37
        YEAR=6
 
38
        
32
39
        def getName(self):
33
40
                """
34
41
                The scheduler name