mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
This patch actually introduces a dependency from unittest2 to six. This should be ok since both packages are in our own repo, and we assume a sys.path of the top-level script that can find the third party packages. So unittest2 should be able to find six. llvm-svn: 251983