Commit ac03a2b0 authored by Éric Araujo's avatar Éric Araujo

Remove unneeded import

parent 5c69b660
...@@ -1049,7 +1049,6 @@ def cfg_to_args(path='setup.cfg'): ...@@ -1049,7 +1049,6 @@ def cfg_to_args(path='setup.cfg'):
SETUP_TEMPLATE = """\ SETUP_TEMPLATE = """\
# This script was automatically generated by packaging # This script was automatically generated by packaging
import os
import codecs import codecs
from distutils.core import setup from distutils.core import setup
try: try:
...@@ -1057,6 +1056,7 @@ try: ...@@ -1057,6 +1056,7 @@ try:
except ImportError: except ImportError:
from configparser import RawConfigParser from configparser import RawConfigParser
%(split_multiline)s %(split_multiline)s
%(cfg_to_args)s %(cfg_to_args)s
......
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