Skip to content

Commit fa38086

Browse files
authored
Merge pull request #1043 from alex/patch-1
fixed #1042 -- updates an import to use six from the vendored package
2 parents 09902ad + 1cebea7 commit fa38086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/py27compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import platform
66

7-
import six
7+
from setuptools.extern import six
88

99

1010
def get_all_headers(message, key):

0 commit comments

Comments
 (0)