cleaned up a bit

This commit is contained in:
2021-06-21 11:15:02 +02:00
parent a70520d40c
commit 94b7240f7f
4 changed files with 20 additions and 21 deletions

View File

@ -40,7 +40,7 @@ from utility.mib_printer import Printer, PrettyPrinter
from utility.mib_sql_writer import SqlWriter
from utility import mib_globals as g
from parserbase.mib_file_list_parser import FileListParser
from packetcontent.mib_packet_content_parser import (
from packetcontent.packet_content_parser import (
PacketContentParser,
PACKET_CONTENT_DEFINITION_DESTINATION,
PACKET_CONTENT_CSV_NAME,
@ -49,7 +49,7 @@ from packetcontent.mib_packet_content_parser import (
SQL_INSERT_PACKET_DATA_CMD,
SQL_DELETE_PACKET_DATA_CONTENT_CMD
)
from subservice.mib_subservice_parser import (
from subservice.subservice_parser import (
SubserviceParser,
SUBSERVICE_DEFINITION_DESTINATION,
SUBSERVICE_CSV_NAME,