mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Revert r62998 as it broke the build (seems distutils.config is missing).
This commit is contained in:
parent
844f757aae
commit
10f5db6424
9 changed files with 84 additions and 158 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue