[PATCH] D67823: [LNT] Python 3 support: use Python 3 module names

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 01:42:40 PDT 2019


thopre created this revision.
thopre added reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls.

Adapt imports to use Python 3 module names by installing them as
aliases. This was produced by running futurize's stage2
libfuturize.fixes.fix_future_standard_library.


https://reviews.llvm.org/D67823

Files:
  lnt/lnttool/admin.py
  lnt/lnttool/viewcomparison.py
  lnt/server/ui/app.py
  lnt/server/ui/filters.py
  lnt/server/ui/views.py
  lnt/testing/profile/profilev1impl.py
  lnt/testing/profile/profilev2impl.py
  lnt/testing/util/rcs.py
  lnt/tests/compile.py
  lnt/util/wsgi_restart.py
  tests/server/ui/V4Pages.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67823.220982.patch
Type: text/x-patch
Size: 9888 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190920/a653de58/attachment.bin>


More information about the llvm-commits mailing list