mirror of https://github.com/python/cpython
Revert r63323: Use lowercase version of module name.
The distutils module should continue to use the old ConfigParser name, for backward-compatibility.
This commit is contained in:
parent
a5c3878b32
commit
3b46fcfb38
|
@ -5,7 +5,7 @@ that uses .pypirc in the distutils.command package.
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from configparser import ConfigParser
|
from ConfigParser import ConfigParser
|
||||||
|
|
||||||
from distutils.cmd import Command
|
from distutils.cmd import Command
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue