Commit f543720a authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Import class from distutils.cmd, not .core, to avoid circular import

parent 1ea453fe
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment