Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests which break when using print() and no from __future__ import ↵ | William Deegan | 2017-09-25 | 1 | -5/+5 |
| | | | | print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings | ||||
* | Added support for relative imports within tools for python3 and tests for ↵ | grbd | 2017-06-27 | 10 | -0/+95 |
relative imports |