Skip to content

Commit 1cebea7

Browse files
authored
fixed #1042 -- corrected an import
1 parent 09902ad commit 1cebea7

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)