mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-23 17:00:40 +01:00
control: fix import loop with pylinkirc.classes
This commit is contained in:
parent
1597c78089
commit
14bebd98e7
@ -7,7 +7,7 @@ import threading
|
||||
import sys
|
||||
import atexit
|
||||
|
||||
from pylinkirc import world, utils, conf, classes
|
||||
from pylinkirc import world, utils, conf # Do not import classes, it'll import loop
|
||||
from pylinkirc.log import log, makeFileLogger, stopFileLoggers, getConsoleLogLevel
|
||||
from . import permissions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user