diff options
Diffstat (limited to 'jimbrella/routine.py')
-rw-r--r-- | jimbrella/routine.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jimbrella/routine.py b/jimbrella/routine.py index 6a88d41..4d87c4c 100644 --- a/jimbrella/routine.py +++ b/jimbrella/routine.py @@ -1,6 +1,7 @@ import logging from .database import Database from .jform import JForm +from .admin_log import AdminLog from .config import * from .utils import local_now from .exceptions import * |