Moved project wide schedule instance to the runtime.py file

This commit is contained in:
Roberto Rosario
2011-11-21 05:38:05 -04:00
parent e4b9b135da
commit 9b95201b4d
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
from scheduler import scheduler
from scheduler.runtime import scheduler
from scheduler.exceptions import AlreadyScheduled
registered_jobs = {}