Loading
Merging r258967:
------------------------------------------------------------------------ r258967 | zturner | 2016-01-27 10:49:35 -0800 (Wed, 27 Jan 2016) | 5 lines Fix some python 3 incompatibilities that went in overnight. * basestring is not a thing anymore. Must use `six.string_types`. * Must use from __future__ import print_function in every new test file. ------------------------------------------------------------------------ llvm-svn: 259524