Patch from Perry Stoll: import types module.

This commit is contained in:
Greg Ward 1999-08-29 18:20:32 +00:00
parent 440e2f51ea
commit 1ea8af2fe0
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ __rcsid__ = "$Id$"
import sys, os
import string, re
from types import *
from distutils.errors import *
from distutils.fancy_getopt import fancy_getopt
from distutils import util