mirror of
https://github.com/python/cpython.git
synced 2025-07-19 17:25:54 +00:00
Added missing import.
This commit is contained in:
parent
f7edea749d
commit
36c36fec7c
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ import sys, os, string, re
|
||||||
from types import *
|
from types import *
|
||||||
from copy import copy
|
from copy import copy
|
||||||
from distutils.errors import *
|
from distutils.errors import *
|
||||||
|
from distutils import sysconfig
|
||||||
from distutils.fancy_getopt import FancyGetopt, longopt_xlate
|
from distutils.fancy_getopt import FancyGetopt, longopt_xlate
|
||||||
from distutils.util import check_environ
|
from distutils.util import check_environ
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue