fix broken imports of utils
This commit is contained in:
parent
279fda95c1
commit
750d84bd5c
|
@ -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"):
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import utils
|
|
||||||
import logging
|
import logging
|
||||||
import urllib
|
import urllib
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Reference in a new issue