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> | ||||
* | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 1 | -1/+1 |
| | |||||
* | Fix broken docbook tests which weren't using the xsltproc found by test ↵ | William Deegan | 2018-11-02 | 1 | -2/+2 |
| | | | | framework | ||||
* | - added xsltproc tests and improved handling of the base_dir parameter | Dirk Baechle | 2013-12-20 | 1 | -0/+55 |