zturner added a comment. Perhaps one possibility to avoid the massive changes to every test file required by changes like this is to make a module like `test_imports.py`, and have that file import all of these things, and then have each test just import `test_imports`. That way we don't have to deal with sweeping changes like this in the future, just make the change to the one master import file.
http://reviews.llvm.org/D16872 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits