aboutsummaryrefslogtreecommitdiffstats
path: root/python/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/client.py')
-rw-r--r--python/client.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/client.py b/python/client.py
index a8a971be..551cd39d 100644
--- a/python/client.py
+++ b/python/client.py
@@ -1,15 +1,11 @@
import logging
-import os
-import redis
-import socket
import tasks
from json import loads, dumps
from db import dbconn
-from process_queue import get_redis_queue
+from common import get_redis_queue
def run():
- hostname = socket.gethostname()
ET = dbconn('etdb')
q = get_redis_queue()
while True: