From 09e2dd56aaf66d212047cf4106ef405fed167dfc Mon Sep 17 00:00:00 2001 From: Wouter Depypere Date: Wed, 15 Nov 2023 19:51:56 +0100 Subject: [PATCH] use configparser directly --- lib/vsc/utils/generaloption.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vsc/utils/generaloption.py b/lib/vsc/utils/generaloption.py index dfeb573e..faec7c15 100644 --- a/lib/vsc/utils/generaloption.py +++ b/lib/vsc/utils/generaloption.py @@ -889,7 +889,7 @@ class GeneralOption: CONFIGFILES_INIT = [] # initial list of defaults, overwritten by go_configfiles options CONFIGFILES_IGNORE = [] CONFIGFILES_MAIN_SECTION = 'MAIN' # sectionname that contains the non-grouped/non-prefixed options - CONFIGFILE_PARSER = configparser.SafeConfigParser + CONFIGFILE_PARSER = configparser.ConfigParser CONFIGFILE_CASESENSITIVE = True METAVAR_DEFAULT = True # generate a default metavar diff --git a/setup.py b/setup.py index 236dd37c..1fee6b44 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ from vsc.install.shared_setup import ag, kh, jt, sdw PACKAGE = { - 'version': '3.5.7', + 'version': '3.5.8', 'author': [sdw, jt, ag, kh], 'maintainer': [sdw, jt, ag, kh], 'install_requires': [