mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merged revisions 69360 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69360 | tarek.ziade | 2009-02-06 09:55:23 +0100 (Fri, 06 Feb 2009) | 1 line removed types usage and added test coverage (work for #3986) ........
This commit is contained in:
parent
d33088259b
commit
9b6ddb8eb7
2 changed files with 39 additions and 1 deletions
|
@ -7,7 +7,7 @@ in the distutils.command package.
|
|||
__revision__ = "$Id$"
|
||||
|
||||
import sys, os, re
|
||||
from distutils.errors import *
|
||||
from distutils.errors import DistutilsOptionError
|
||||
from distutils import util, dir_util, file_util, archive_util, dep_util
|
||||
from distutils import log
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue