Commit fa38086b authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1043 from alex/patch-1

fixed #1042 -- updates an import to use six from the vendored package
parents 09902ada 1cebea7e
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment