mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
ConfigParser renaming reversal part 3: move module into place and adapt imports.
This commit is contained in:
parent
995ee9dab0
commit
392c6fc02d
14 changed files with 68 additions and 126 deletions
|
@ -5,11 +5,7 @@ that uses .pypirc in the distutils.command package.
|
|||
"""
|
||||
import os
|
||||
import sys
|
||||
try:
|
||||
from configparser import ConfigParser
|
||||
except ImportError:
|
||||
# For backward-compatibility with Python versions < 2.6.
|
||||
from ConfigParser import ConfigParser
|
||||
from ConfigParser import ConfigParser
|
||||
|
||||
from distutils.cmd import Command
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue