| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run autoflake on code | Mats Wichmann | 2020-09-21 | 1 | -1/+0 |
| | | | | | | | | | | | Eliminate unneeded imports, and a few unneeded statements - usually "pass" where it is not syntactically needed. A couple of import try blocks were eliminated or changed when they're "cannot happen" due to current floor Python version. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
| * | Added support for a PyPackageDir function | grbd | 2017-08-03 | 1 | -0/+3 |
| | | |||||
| * | update to tests for nested tools | grbd | 2017-07-27 | 1 | -5/+22 |
| | | | | | and to add as an example for using sys.path in the toolpath | ||||
| * | Moved the test for nested tools to using fixtures | grbd | 2017-06-20 | 1 | -0/+55 |
