Oops, import 'grok_environment_error()'.

This commit is contained in:
Greg Ward 2000-06-21 02:59:14 +00:00
parent 3ff3b039ac
commit 71257c73f8
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ __revision__ = "$Id$"
import sys, os
from types import *
from distutils.errors import *
from distutils.util import grok_environment_error
# Mainly import these so setup scripts can "from distutils.core import" them.
from distutils.dist import Distribution