summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-01-23 09:23:15 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-01-23 09:23:15 (GMT)
commit5633a8048fd8d59c9b23c98fb7e6419689b06316 (patch)
treee87ecd54a7197d6cd69ef0d82ae7dd7f8941c9a9 /Lib/distutils/command/bdist.py
parentc3b0cd75b22aa09bd849a74fb92e22ba831dfcd4 (diff)
downloadcpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.zip
cpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.tar.gz
cpython-5633a8048fd8d59c9b23c98fb7e6419689b06316.tar.bz2
taking sysconfig out of distutils
Diffstat (limited to 'Lib/distutils/command/bdist.py')
-rw-r--r--Lib/distutils/command/bdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py
index 8cd6970..764024a 100644
--- a/Lib/distutils/command/bdist.py
+++ b/Lib/distutils/command/bdist.py
@@ -6,10 +6,10 @@ distribution)."""
__revision__ = "$Id$"
import os
+from sysconfig import get_platform
from distutils.core import Command
from distutils.errors import DistutilsPlatformError, DistutilsOptionError
-from distutils.util import get_platform
def show_formats():