Added missing import.

This commit is contained in:
Greg Ward 2000-05-20 14:07:59 +00:00
parent f7edea749d
commit 36c36fec7c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import sys, os, string, re
from types import *
from copy import copy
from distutils.errors import *
from distutils import sysconfig
from distutils.fancy_getopt import FancyGetopt, longopt_xlate
from distutils.util import check_environ