renamed internal includes
This commit is contained in:
parent
fa507cc4f7
commit
78e890f947
@ -1,6 +1,6 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from modgen.parserbase.parser import FileParser
|
from fsfwgen.parserbase.parser import FileParser
|
||||||
|
|
||||||
EVENT_ENTRY_NAME_IDX = 0
|
EVENT_ENTRY_NAME_IDX = 0
|
||||||
EVENT_ENTRY_SEVERITY_IDX = 1
|
EVENT_ENTRY_SEVERITY_IDX = 1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
from modgen.parserbase.parser import FileParser
|
from fsfwgen.parserbase.parser import FileParser
|
||||||
from modgen.utility.sql_writer import SqlWriter
|
from fsfwgen.utility.sql_writer import SqlWriter
|
||||||
|
|
||||||
|
|
||||||
class ObjectDefinitionParser(FileParser):
|
class ObjectDefinitionParser(FileParser):
|
||||||
|
@ -2,8 +2,8 @@ import re
|
|||||||
import sys
|
import sys
|
||||||
from typing import List, Tuple
|
from typing import List, Tuple
|
||||||
|
|
||||||
from modgen.parserbase.parser import FileParser
|
from fsfwgen.parserbase.parser import FileParser
|
||||||
from modgen.utility.printer import PrettyPrinter
|
from fsfwgen.utility.printer import PrettyPrinter
|
||||||
|
|
||||||
# Intermediate solution
|
# Intermediate solution
|
||||||
MAX_STRING_LEN = 80
|
MAX_STRING_LEN = 80
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
@date
|
@date
|
||||||
14.11.2019
|
14.11.2019
|
||||||
"""
|
"""
|
||||||
from modgen.utility.file_management import copy_file, move_file
|
from fsfwgen.utility.file_management import copy_file, move_file
|
||||||
|
|
||||||
|
|
||||||
# TODO: Export to SQL
|
# TODO: Export to SQL
|
||||||
|
Loading…
Reference in New Issue
Block a user