This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 77b6d60 [LNT] Python 3 support: import reduce from functools new 3dc2ee9 [LNT] Python 3 support: Use absolute import by default new 48a9a33 [LNT] Python 3 support: Get next element with next builtin new ab76a3a [LNT] Python 3 support: print using print function
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/conf.py | 3 +- examples/functions.py | 3 +- examples/run_to_csv.py | 9 +-- lnt/formats/__init__.py | 7 ++- lnt/server/db/testsuite.py | 41 ++++++++++--- lnt/server/db/testsuitedb.py | 38 ++---------- lnt/testing/profile/profilev2impl.py | 2 +- lnt/tests/nt.py | 5 +- tests/SharedInputs/FakeCompilers/fakecompiler.py | 77 ++++++++++++------------ tests/SharedInputs/create_temp_instance.py | 7 ++- tests/server/db/ImportV4TestSuiteInstance.py | 11 ++-- tests/server/db/Migrations.py | 3 +- tests/server/ui/V4Pages.py | 3 +- tests/testing/CalltreeDataLoading.py | 3 +- tests/utils/blast.py | 7 ++- 15 files changed, 116 insertions(+), 103 deletions(-)