Skip to content

Commit

Permalink
use configparser directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wdpypere committed Nov 15, 2023
1 parent 1b56df4 commit 09e2dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vsc/utils/generaloption.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 09e2dd5

Please sign in to comment.