This is an archive of the discontinued LLVM Phabricator instance.

Fix TestImport.py to work with Python 3.5.
ClosedPublic

Authored by amccarth on Jan 21 2016, 3:08 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

amccarth updated this revision to Diff 45600.Jan 21 2016, 3:08 PM
amccarth retitled this revision from to Fix TestImport.py to work with Python 3.5..
amccarth updated this object.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.
zturner accepted this revision.Jan 21 2016, 3:09 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Jan 21 2016, 3:09 PM
This revision was automatically updated to reflect the committed changes.