mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Replace import * with explicit import
This commit is contained in:
parent
7ae0fde001
commit
6f71726ecd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import platform
|
||||||
from base64 import standard_b64encode
|
from base64 import standard_b64encode
|
||||||
from urllib.request import urlopen, Request, HTTPError
|
from urllib.request import urlopen, Request, HTTPError
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
from distutils.errors import *
|
from distutils.errors import DistutilsOptionError
|
||||||
from distutils.core import PyPIRCCommand
|
from distutils.core import PyPIRCCommand
|
||||||
from distutils.spawn import spawn
|
from distutils.spawn import spawn
|
||||||
from distutils import log
|
from distutils import log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue