cleaned up a bit

This commit is contained in:
Robin Müller 2021-06-21 11:14:49 +02:00
parent 78e890f947
commit f75892776e
No known key found for this signature in database
GPG Key ID: FC76078F520434A5
3 changed files with 1 additions and 15 deletions

View File

@ -1,6 +1,6 @@
#! /usr/bin/python3
"""
@file mib_packet_content_parser.py
@file packet_content_parser.py
@brief Generic File Parser class
@details
Used by the MIB Exporter. There are multiple functions which are abstract and should

View File

@ -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

View File

@ -1,4 +1,3 @@
#! /usr/bin/python3.8
# -*- coding: utf-8 -*-
import shutil
import os