From c56c34fa1c4c8bf7e10448804604edf600fdefa0 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 9 Oct 2021 19:34:08 -0400 Subject: 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 --- scripts/klippy-requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/klippy-requirements.txt b/scripts/klippy-requirements.txt index bdc431ed..77c2b8ef 100644 --- a/scripts/klippy-requirements.txt +++ b/scripts/klippy-requirements.txt @@ -7,4 +7,3 @@ pyserial==3.4 greenlet==1.1.2 Jinja2==2.11.3 python-can==3.3.4 -configparser==4.0.2 -- cgit v1.2.3-70-g09d2