summaryrefslogtreecommitdiff
path: root/command/config.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-04-12 16:49:20 +0000
committerTarek Ziadé <ziade.tarek@gmail.com>2009-04-12 16:49:20 +0000
commitfe17289ba8c6ef976d19c69ac49cadce27ae1611 (patch)
tree78af36665e1dfa04eed1eb05c0482c73318f694d /command/config.py
parentea43ebbadd370b5247b600b4b46053f358541259 (diff)
downloadpython-setuptools-git-fe17289ba8c6ef976d19c69ac49cadce27ae1611.tar.gz
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 ........
Diffstat (limited to 'command/config.py')
-rw-r--r--command/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/config.py b/command/config.py
index c3122055..ac80a54e 100644
--- a/command/config.py
+++ b/command/config.py
@@ -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