mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Oops, import 'grok_environment_error()'.
This commit is contained in:
parent
3ff3b039ac
commit
71257c73f8
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ __revision__ = "$Id$"
|
||||||
import sys, os
|
import sys, os
|
||||||
from types import *
|
from types import *
|
||||||
from distutils.errors import *
|
from distutils.errors import *
|
||||||
|
from distutils.util import grok_environment_error
|
||||||
|
|
||||||
# Mainly import these so setup scripts can "from distutils.core import" them.
|
# Mainly import these so setup scripts can "from distutils.core import" them.
|
||||||
from distutils.dist import Distribution
|
from distutils.dist import Distribution
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue