diff --git a/main.py b/main.py index 629d75b..4b18df8 100755 --- a/main.py +++ b/main.py @@ -3,9 +3,7 @@ import yaml import imp import os -import threading import socket -import multiprocessing import time import sys diff --git a/proto.py b/proto.py index 4538d08..a3bc0a0 100644 --- a/proto.py +++ b/proto.py @@ -1,7 +1,5 @@ -import threading import socket import time -import re import sys from utils import * from copy import copy