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> | ||||
* | Fix for failing Docbook slides tests. | Dirk Baechle | 2020-06-24 | 7 | -14/+76 |
| | |||||
* | Fixed another bunch of 'bare except' errors. | Dirk Baechle | 2020-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed Docbook Tool and updated its tests. | Dirk Baechle | 2020-06-21 | 4 | -20/+15 |
| | |||||
* | - added import of libxslt binding to DocBook tests | Dirk Baechle | 2014-08-31 | 1 | -0/+1 |
| | |||||
* | - added xsltproc tests and improved handling of the base_dir parameter | Dirk Baechle | 2013-12-20 | 2 | -0/+67 |
| | |||||
* | - corrected LC_ALL setting for RPM packaging | Dirk Baechle | 2013-11-03 | 1 | -0/+7 |
| | | | | - now skipping several Docbook tests, when required stylesheets aren't installed | ||||
* | - added documentation and tests for the new Docbook tool | Dirk Baechle | 2013-05-04 | 3 | -0/+99 |