many file moves

This commit is contained in:
Bastian Schroll 2019-03-01 12:16:06 +01:00
parent a42676010e
commit aeaea325e9
15 changed files with 8 additions and 42 deletions

View file

@ -47,7 +47,7 @@ try:
logging.debug("Import BOSWatch module")
from boswatch.configYaml import ConfigYAML
from boswatch.network.server import TCPServer
from boswatch.packet.packet import Packet
from boswatch.packet import Packet
from boswatch.utils import header
from boswatch.network.broadcast import BroadcastServer
except: # pragma: no cover