Update configobj to v5.0.6:

Dependencies
* six 1.10.0
This commit is contained in:
Labrys 2016-06-06 12:16:22 -04:00
commit 0abc7e17cd
3 changed files with 32 additions and 26 deletions

View file

@ -538,7 +538,7 @@ class Validator(object):
ConfigObj, an alternative to ConfigParser which supports lists and
can validate a config file using a config schema.
For more details on using Validator with ConfigObj see:
http://www.voidspace.org.uk/python/configobj.html
https://configobj.readthedocs.org/en/latest/configobj.html
"""
# this regex does the initial parsing of the checks