summaryrefslogtreecommitdiff
path: root/jimbrella/routine.py
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2021-10-24 15:56:30 +0800
committerFrederick Yin <fkfd@fkfd.me>2021-10-24 15:56:30 +0800
commitdd3f59fc9ab7218670cc6d4d25bcb471a708d4ea (patch)
treeb4f1cbde08bc843c3e66c4fd038251e62111aa73 /jimbrella/routine.py
parent5a118df3f90bd5ab3f39c12487ea1f578aa380ae (diff)
Implement basic I/O of AdminLog
Diffstat (limited to 'jimbrella/routine.py')
-rw-r--r--jimbrella/routine.py1
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 *