aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/py27compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/py27compat.py')
-rw-r--r--setuptools/py27compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/py27compat.py b/setuptools/py27compat.py
index 57eb150b..4e3e4ab3 100644
--- a/setuptools/py27compat.py
+++ b/setuptools/py27compat.py
@@ -13,5 +13,6 @@ def get_all_headers(message, key):
if sys.version_info < (3,):
+
def get_all_headers(message, key):
return message.getheaders(key)