mirror of
https://github.com/python/cpython.git
synced 2024-12-13 03:45:42 +08:00
Patch from Perry Stoll: import types module.
This commit is contained in:
parent
440e2f51ea
commit
1ea8af2fe0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user