This commit is contained in:
parent
95e694d01a
commit
d836f6ea10
@ -1,14 +1,7 @@
|
|||||||
#! /usr/bin/python3
|
#! /usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""Part of the MIB export tools for the EIVE project by.
|
||||||
:file: returnvalues_parser.py
|
Returnvalue exporter.
|
||||||
:brief: Part of the MOD export tools for the SOURCE project by KSat.
|
|
||||||
TODO: Integrate into Parser Structure instead of calling this file (no cpp file generated yet)
|
|
||||||
:details:
|
|
||||||
Return Value exporter.
|
|
||||||
To use MySQLdb, run pip install mysqlclient or install in IDE. On Windows, Build Tools
|
|
||||||
installation might be necessary.
|
|
||||||
:data: 21.11.2019
|
|
||||||
"""
|
"""
|
||||||
from fsfwgen.core import get_console_logger
|
from fsfwgen.core import get_console_logger
|
||||||
from fsfwgen.utility.file_management import copy_file
|
from fsfwgen.utility.file_management import copy_file
|
||||||
|
Loading…
Reference in New Issue
Block a user