Cleanups, permissions separation into explicit module, absolute import update

This commit is contained in:
Roberto Rosario
2012-01-02 03:48:26 -04:00
parent 2781a211ec
commit 34311fb17e
107 changed files with 693 additions and 468 deletions

View File

@@ -1,5 +1,7 @@
from scheduler.runtime import scheduler
from scheduler.exceptions import AlreadyScheduled
from __future__ import absolute_import
from .runtime import scheduler
from .exceptions import AlreadyScheduled
registered_jobs = {}