mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove unneeded import
This commit is contained in:
parent
5c69b66086
commit
ac03a2b089
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,6 @@ def cfg_to_args(path='setup.cfg'):
|
|||
|
||||
SETUP_TEMPLATE = """\
|
||||
# This script was automatically generated by packaging
|
||||
import os
|
||||
import codecs
|
||||
from distutils.core import setup
|
||||
try:
|
||||
|
@ -1057,6 +1056,7 @@ try:
|
|||
except ImportError:
|
||||
from configparser import RawConfigParser
|
||||
|
||||
|
||||
%(split_multiline)s
|
||||
|
||||
%(cfg_to_args)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue