Skip to content

Commit c75378e

Browse files
committed
Remove attempt to import top-level configparser
1 parent 6282922 commit c75378e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/future/standard_library/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,6 @@ def __exit__(self, *args):
787787
sys.modules[m] = self.old_sys_modules[m]
788788

789789
TOP_LEVEL_MODULES = ['builtins',
790-
'configparser',
791790
'copyreg',
792791
'html',
793792
'http',

0 commit comments

Comments
 (0)