Solved importing issues for kviy application
This commit is contained in:
parent
e1df39065c
commit
b9a71d35a9
|
@ -4,7 +4,7 @@ Module for tracking objects
|
|||
import time
|
||||
from threading import RLock
|
||||
try:
|
||||
from network.connectionpool import connectionpool
|
||||
from network import connectionpool
|
||||
from network.dandelion import Dandelion
|
||||
from network.randomtrackingdict import RandomTrackingDict
|
||||
except (ModuleNotFoundError,ImportError):
|
||||
|
|
|
@ -4,7 +4,6 @@ import logging
|
|||
import random
|
||||
import threading
|
||||
from contextlib import contextmanager
|
||||
from pybitmessage.debug import logger
|
||||
|
||||
class StoppableThread(threading.Thread):
|
||||
"""Base class for application threads with stopThread method"""
|
||||
|
|
Reference in New Issue
Block a user