]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch from Perry Stoll: import types module.
authorGreg Ward <gward@python.net>
Sun, 29 Aug 1999 18:20:32 +0000 (18:20 +0000)
committerGreg Ward <gward@python.net>
Sun, 29 Aug 1999 18:20:32 +0000 (18:20 +0000)
Lib/distutils/core.py

index a9c573258a12c92a0e87cc2a67ff7ddc379b71b6..2d5d0661458266b1f433eb10b00e04c994acc716 100644 (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