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:
Tarek Ziadé 2009-02-06 09:03:10 +00:00
parent d33088259b
commit 9b6ddb8eb7
2 changed files with 39 additions and 1 deletions

View file

@ -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