commit | 92e68af56a2b95627c2220c3e190d7e3c2d4643e | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Jan 26 22:46:15 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Tue Jan 26 22:46:15 2010 +0000 |
tree | a747d03dd4dac1a4b85eee955e3f965b5f135c72 | |
parent | 0276c7ad0b56024f5373ad8f7edca5d77c58df22 [diff] [blame] |
added local get_platform/set_platform APIs in distutils.sysconfig
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py index b84e40d..f84bf35 100644 --- a/Lib/distutils/command/build.py +++ b/Lib/distutils/command/build.py
@@ -5,8 +5,8 @@ __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