mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Revert distutils changes done in r63248.
As explained by Marc-Andre Lemburg, distutils needs to stay backward-compatible. Therefore, it should use the old ConfigParser module name.
This commit is contained in:
parent
c92fef9a3e
commit
7663f9e4ff
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ from hashlib import md5
|
|||
import os
|
||||
import socket
|
||||
import platform
|
||||
import configparser
|
||||
import ConfigParser
|
||||
import httplib
|
||||
import base64
|
||||
import urlparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue