added generator files
This commit is contained in:
0
generators/utility/__init__.py
Normal file
0
generators/utility/__init__.py
Normal file
18
generators/utility/mib_globals.py
Normal file
18
generators/utility/mib_globals.py
Normal file
@ -0,0 +1,18 @@
|
||||
"""
|
||||
@file
|
||||
mib_globals.py
|
||||
@date
|
||||
16.11.2019
|
||||
@brief
|
||||
Global settings for MIB exporter
|
||||
"""
|
||||
import pprint
|
||||
|
||||
|
||||
doExportMiB = True
|
||||
executeSQLcommands = False
|
||||
printToConsole = True
|
||||
exportToCSV = True
|
||||
doCopyFile = False
|
||||
copyDestination = "."
|
||||
fileSeparator = ';'
|
Reference in New Issue
Block a user