fix some errors

This commit is contained in:
Bastian Schroll 2019-10-28 21:27:15 +01:00
parent bf16a5c82f
commit e61ffb4b5b
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
logging.debug("- %s loaded", __name__)
class BoswatchModuleBase(ModuleBase):
class BoswatchModule(ModuleBase):
"""!Adds descriptions to bwPackets"""
def __init__(self, config):
"""!Do not change anything here!"""

View file

@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
logging.debug("- %s loaded", __name__)
class BoswatchModuleBase(ModuleBase):
class BoswatchModule(ModuleBase):
"""!Filter of specific bwPacket mode"""
def __init__(self, config):
"""!Do not change anything here!"""

View file

@ -25,7 +25,7 @@ import re
logging.debug("- %s loaded", __name__)
class BoswatchModuleBase(ModuleBase):
class BoswatchModule(ModuleBase):
"""!Regex based filter mechanism"""
def __init__(self, config):
"""!Do not change anything here!"""

View file

@ -25,7 +25,7 @@ from module.moduleBase import ModuleBase
logging.debug("- %s loaded", __name__)
class BoswatchModuleBase(ModuleBase):
class BoswatchModul(ModuleBase):
"""!Description of the Module"""
def __init__(self, config):
"""!Do not change anything here!"""

View file

@ -25,7 +25,7 @@ from plugin.pluginBase import PluginBase
logging.debug("- %s loaded", __name__)
class BoswatchPluginBase(PluginBase):
class BoswatchPlugin(PluginBase):
"""!Description of the Plugin"""
def __init__(self, config):
"""!Do not change anything here!"""