Moved singleton.py from utils/ to core/. It really is a core class.
This commit is contained in:
parent
d57fd97fbd
commit
2a0f507f31
3 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from queue import Queue
|
||||||
from threading import Event, Thread
|
from threading import Event, Thread
|
||||||
|
|
||||||
from linspector.core.helpers import log
|
from linspector.core.helpers import log
|
||||||
from linspector.utils.singleton import Singleton
|
from linspector.core.singleton import Singleton
|
||||||
|
|
||||||
KEY_TYPE = "type"
|
KEY_TYPE = "type"
|
||||||
KEY_ARGS = "args"
|
KEY_ARGS = "args"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue