From 1cebea7e885c357d8f64a021bec4316b7993c50c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 31 May 2017 21:29:05 -0400 Subject: fixed #1042 -- corrected an import --- setuptools/py27compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/py27compat.py') diff --git a/setuptools/py27compat.py b/setuptools/py27compat.py index 701283c8..2985011b 100644 --- a/setuptools/py27compat.py +++ b/setuptools/py27compat.py @@ -4,7 +4,7 @@ Compatibility Support for Python 2.7 and earlier import platform -import six +from setuptools.extern import six def get_all_headers(message, key): -- cgit v1.2.1