mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add forgotten import
This commit is contained in:
parent
981a1787b7
commit
665f248806
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import sys, os, string
|
|||
from types import *
|
||||
from distutils.core import Command, DEBUG
|
||||
from distutils.sysconfig import get_config_vars
|
||||
from distutils.errors import DistutilsPlatformError
|
||||
from distutils.file_util import write_file
|
||||
from distutils.util import convert_path, subst_vars, change_root
|
||||
from distutils.errors import DistutilsOptionError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue