mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#1858: re-apply patch for this, adding the missing files
This commit is contained in:
parent
6c02916dfb
commit
aac5c8669f
11 changed files with 296 additions and 84 deletions
|
|
@ -20,6 +20,7 @@ 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