Add back six.moves.configparser.Error (#7616)

This commit is contained in:
Jukka Lehtosalo
2022-04-13 13:01:03 +01:00
committed by GitHub
parent 6573761324
commit f888995239

View File

@@ -1 +1,3 @@
# Error is not included in __all__ so export it explicitly
from configparser import *
from configparser import Error as Error