diff options
| author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-29 11:46:31 +0000 |
|---|---|---|
| committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-01-29 11:46:31 +0000 |
| commit | 70ef6e5c8e5729c1f14e57d4423be5d6c72e35e5 (patch) | |
| tree | a13766c488ff276488f80f3f88bbbe534c9c4075 /command/build.py | |
| parent | 43788cbefa5bf8f9c6fde80b8a25a4c5a35505ef (diff) | |
| download | python-setuptools-git-70ef6e5c8e5729c1f14e57d4423be5d6c72e35e5.tar.gz | |
Merged revisions 77759,77761 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77759 | tarek.ziade | 2010-01-26 22:21:54 +0100 (Tue, 26 Jan 2010) | 1 line
reintroduced the names in Distutils for APIs that were relocated
........
r77761 | tarek.ziade | 2010-01-26 23:46:15 +0100 (Tue, 26 Jan 2010) | 1 line
added local get_platform/set_platform APIs in distutils.sysconfig
........
Diffstat (limited to 'command/build.py')
| -rw-r--r-- | command/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/build.py b/command/build.py index d7b0e3c5..4d30f8ff 100644 --- a/command/build.py +++ b/command/build.py @@ -5,8 +5,8 @@ Implements the Distutils 'build' command.""" __revision__ = "$Id$" import sys, os -from sysconfig import get_platform +from distutils.util import get_platform from distutils.core import Command from distutils.errors import DistutilsOptionError |
