diff --git a/bin/linspector b/bin/linspector index 80e8c16..bd865a2 100755 --- a/bin/linspector +++ b/bin/linspector @@ -37,7 +37,7 @@ logger = logging.getLogger('linspector') # i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. -__version__ = '0.19.43.dev1' +__version__ = '0.19.44.dev1' __author__ = 'Johannes Findeisen ' diff --git a/linspector/core/configuration.py b/linspector/core/configuration.py index 70c5b1b..93840ed 100644 --- a/linspector/core/configuration.py +++ b/linspector/core/configuration.py @@ -11,7 +11,6 @@ import os # TODO: check for all required configuration options and set defaults if needed. do this only for # options in the "linspector" section of linspector.ini. class Configuration: - def __init__(self, configuration_path, environment, log): self.__configuration = configparser.ConfigParser() self.__configuration_path = configuration_path