commit | ac03a2b089ff73edb7a4080e51715a6e7d015b1d | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Feb 09 21:17:46 2012 +0100 |
committer | Éric Araujo <merwok@netwok.org> | Thu Feb 09 21:17:46 2012 +0100 |
tree | 05a8db9159aa98d89aae3da3ee23b181a22b2cf9 | |
parent | 5c69b66086e9665b4e9afefa7854cbd966d386e4 [diff] |
Remove unneeded import
diff --git a/Lib/packaging/util.py b/Lib/packaging/util.py index 5b651b1..fff919c 100644 --- a/Lib/packaging/util.py +++ b/Lib/packaging/util.py
@@ -1049,7 +1049,6 @@ SETUP_TEMPLATE = """\ # This script was automatically generated by packaging -import os import codecs from distutils.core import setup try: @@ -1057,6 +1056,7 @@ except ImportError: from configparser import RawConfigParser + %(split_multiline)s %(cfg_to_args)s