mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +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
|
|
@ -8,8 +8,9 @@ __revision__ = "$Id$"
|
|||
|
||||
import os
|
||||
|
||||
from sysconfig import get_python_version, get_platform
|
||||
from sysconfig import get_python_version
|
||||
|
||||
from distutils.util import get_platform
|
||||
from distutils.core import Command
|
||||
from distutils.dir_util import remove_tree, ensure_relative
|
||||
from distutils.errors import DistutilsPlatformError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue