summaryrefslogtreecommitdiffstats
path: root/test/toolpath/relative_import
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests which break when using print() and no from __future__ import ↵William Deegan2017-09-251-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 ↵grbd2017-06-2710-0/+95
relative imports