Merged revisions 71528 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71528 | tarek.ziade | 2009-04-12 18:45:32 +0200 (Sun, 12 Apr 2009) | 1 line

  added a test for finalize_options
........
This commit is contained in:
Tarek Ziadé 2009-04-12 16:49:20 +00:00
parent fd39b7aa6e
commit bccb0c928f
2 changed files with 16 additions and 0 deletions

View file

@ -12,6 +12,7 @@ this header file lives".
__revision__ = "$Id$"
import sys, os, re
from distutils.core import Command
from distutils.errors import DistutilsExecError
from distutils.sysconfig import customize_compiler