mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ that uses .pypirc in the distutils.command package.
|
|||
"""
|
||||
import os
|
||||
import sys
|
||||
from configparser import ConfigParser
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
from distutils.cmd import Command
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue