Re: [Lldb-commits] [PATCH] D16431: Fix TestImport.py to work with Python 3.5.

2016-01-21 Thread Adrian McCarthy via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL258448: Fix TestImport.py to work with Python 3.5. (authored by amccarth). Changed prior to commit: http://reviews.llvm.org/D16431?vs=45600&id=45603#toc Repository: rL LLVM http://reviews.llvm.org/D

[Lldb-commits] [PATCH] D16431: Fix TestImport.py to work with Python 3.5.

2016-01-21 Thread Adrian McCarthy via lldb-commits
amccarth created this revision. amccarth added a reviewer: zturner. amccarth added a subscriber: lldb-commits. In Python 3.5, import looks only in the official packages directory unless you tell it otherwise. I tested with Python 2.7 as well. http://reviews.llvm.org/D16431 Files: packages/P