cleaned up a bit
This commit is contained in:
parent
78e890f947
commit
f75892776e
@ -1,6 +1,6 @@
|
|||||||
#! /usr/bin/python3
|
#! /usr/bin/python3
|
||||||
"""
|
"""
|
||||||
@file mib_packet_content_parser.py
|
@file packet_content_parser.py
|
||||||
@brief Generic File Parser class
|
@brief Generic File Parser class
|
||||||
@details
|
@details
|
||||||
Used by the MIB Exporter. There are multiple functions which are abstract and should
|
Used by the MIB Exporter. There are multiple functions which are abstract and should
|
||||||
|
@ -1,16 +1,3 @@
|
|||||||
#! /usr/bin/python3
|
|
||||||
"""
|
|
||||||
@file
|
|
||||||
mib_packet_content_parser.py
|
|
||||||
@brief
|
|
||||||
CSV Writer
|
|
||||||
@details
|
|
||||||
This class writes tables to a csv.
|
|
||||||
@author
|
|
||||||
R. Mueller
|
|
||||||
@date
|
|
||||||
14.11.2019
|
|
||||||
"""
|
|
||||||
from fsfwgen.utility.file_management import copy_file, move_file
|
from fsfwgen.utility.file_management import copy_file, move_file
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#! /usr/bin/python3.8
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import shutil
|
import shutil
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user