Fix some python 3 incompatibilities that went in overnight.
authorZachary Turner <zturner@google.com>
Wed, 27 Jan 2016 18:49:35 +0000 (18:49 +0000)
committerZachary Turner <zturner@google.com>
Wed, 27 Jan 2016 18:49:35 +0000 (18:49 +0000)
commite89a66bd4a30a9c421405f56aa93ce6818fdddc7
tree0d1f6d03ce97956471d4b0adf098e6cc26858928
parent7289e43831d55be74a2814f2bd83789e5f390a76
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: 258967
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_in_delayslot/TestAvoidBreakpointInDelaySlot.py
lldb/packages/Python/lldbsuite/test/lldbtest.py