mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
added local get_platform/set_platform APIs in distutils.sysconfig
This commit is contained in:
parent
0276c7ad0b
commit
92e68af56a
10 changed files with 42 additions and 112 deletions
|
|
@ -7,13 +7,14 @@
|
|||
Implements the bdist_msi command.
|
||||
"""
|
||||
import sys, os
|
||||
from sysconfig import get_python_version, get_platform
|
||||
from sysconfig import get_python_version
|
||||
|
||||
from distutils.core import Command
|
||||
from distutils.dir_util import remove_tree
|
||||
from distutils.version import StrictVersion
|
||||
from distutils.errors import DistutilsOptionError
|
||||
from distutils import log
|
||||
from distutils.util import get_platform
|
||||
|
||||
import msilib
|
||||
from msilib import schema, sequence, text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue