aboutsummaryrefslogtreecommitdiffstats
path: root/python/task_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/task_runner.py')
-rw-r--r--python/task_runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/task_runner.py b/python/task_runner.py
index f54807d7..6bade79f 100644
--- a/python/task_runner.py
+++ b/python/task_runner.py
@@ -1,8 +1,8 @@
import logging
from systemd.daemon import notify
-from utils.db import dbconn
-from common import get_redis_queue
+from serenitas.utils.db import dbconn
+from serenitas.utils import get_redis_queue
from subprocess import CalledProcessError
from tasks import Rpc