commit | 5633a8048fd8d59c9b23c98fb7e6419689b06316 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jan 23 09:23:15 2010 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Jan 23 09:23:15 2010 +0000 |
tree | e87ecd54a7197d6cd69ef0d82ae7dd7f8941c9a9 | |
parent | c3b0cd75b22aa09bd849a74fb92e22ba831dfcd4 [diff] [blame] |
taking sysconfig out of distutils
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 @@ __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():