commit | 46f1784bac7f8388c4a8185801c815d24dd0210f | [log] [tgz] |
---|---|---|
author | Zachary Turner <zturner@google.com> | Tue Nov 03 21:37:42 2015 +0000 |
committer | Zachary Turner <zturner@google.com> | Tue Nov 03 21:37:42 2015 +0000 |
tree | 94c409e7f574f3f4ea0e98fd8f145c9de1be45aa | |
parent | bac6e4f75b7fe4c29fcad12cb08dc2bfb82bde13 [diff] |
Python 3 - Fix checking of string types in unittest2 module. 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