Revert r62998 as it broke the build (seems distutils.config is missing).

This commit is contained in:
Brett Cannon 2008-05-10 20:52:01 +00:00
parent 844f757aae
commit 10f5db6424
9 changed files with 84 additions and 158 deletions

View file

@ -20,7 +20,6 @@ from distutils.util import grok_environment_error
# Mainly import these so setup scripts can "from distutils.core import" them.
from distutils.dist import Distribution
from distutils.cmd import Command
from distutils.config import PyPIRCCommand
from distutils.extension import Extension
# This is a barebones help message generated displayed when the user