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:
Alexandre Vassalotti 2008-05-15 00:33:57 +00:00
parent c92fef9a3e
commit 7663f9e4ff
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ from hashlib import md5
import os
import socket
import platform
import configparser
import ConfigParser
import httplib
import base64
import urlparse