fix broken imports of utils

This commit is contained in:
Steffen Vogel 2019-04-25 22:39:54 +02:00
parent 279fda95c1
commit 750d84bd5c
3 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import re
import urllib import urllib
import time import time
import os import os
import utils
class Bot(): class Bot():
def __init__(self, session, name = "Bot"): def __init__(self, session, name = "Bot"):

View File

@ -2,7 +2,6 @@ from Spectrum2 import protocol_pb2
import logging import logging
import time import time
import utils
import base64 import base64
import hashlib import hashlib

View File

@ -1,4 +1,3 @@
import utils
import logging import logging
import urllib import urllib
import time import time