[Lldb-commits] [PATCH] D14131: Preparation for making a Python package out of lldb's Python code
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 27 14:27:39 PDT 2015
zturner updated this revision to Diff 38595.
zturner added a comment.
Moved `progress.py` from `lldb/test` to `lldb/third_party`. This seems to be a third party module that had also snuck into the test folder. It's used by both `unittest2` and `dosep.py` so it has to be in `third_party` to be usable from both.
http://reviews.llvm.org/D14131
Files:
packages/Python/lldbsuite/__init__.py
packages/Python/lldbsuite/test/__init__.py
test/dosep.py
test/dotest.py
test/progress.py
test/use_lldb_suite.py
third_party/Python/module/progress/progress.py
use_lldb_suite_root.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14131.38595.patch
Type: text/x-patch
Size: 17194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151027/a2338ff8/attachment-0001.bin>
More information about the lldb-commits
mailing list