mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Import class from distutils.cmd, not .core, to avoid circular import
This commit is contained in:
parent
e00aeccf2e
commit
a5c3878b32
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import os
|
|||
import sys
|
||||
from configparser import ConfigParser
|
||||
|
||||
from distutils.core import Command
|
||||
from distutils.cmd import Command
|
||||
|
||||
DEFAULT_PYPIRC = """\
|
||||
[pypirc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue