Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 1 | -1/+0 |
| | | | | | | | This changes two things in all applicable files: - Remove imports from __future__ - Change default shebangs from /usr/bin/env python to /usr/bin/env python3 | ||||
* | devtese: Change default Python interpreter to 3 | Martin Braun | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway. | ||||
* | devtest: Integrate Python API Tester into Devtest | Vidush | 2018-08-10 | 1 | -0/+57 |