configfile: Use Python2's ConfigParser when running on Python2
The backport of Python3's configparser causes issues when there is unicode characters in the config file. To avoid introducing new errors, go back to using the Python2 version of ConfigParser when running on Python2. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -7,4 +7,3 @@ pyserial==3.4
|
||||
greenlet==1.1.2
|
||||
Jinja2==2.11.3
|
||||
python-can==3.3.4
|
||||
configparser==4.0.2
|
||||
|
||||
Reference in New Issue
Block a user