summaryrefslogtreecommitdiff
path: root/examples/test_bibparse.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on noseMatěj Cepl2019-01-071-183/+180
|
* Convert CRLF to LFMatěj Cepl2019-01-071-193/+193
|
* Remove unused imports throughout projectJon Dufresne2018-12-241-3/+1
| | | | | | | | | | | | | Unused imports were discovered using flake8. By removing the unused imports, the code is a bit friendlier to new contributors as it is clearer what is being used and not simply leftover from previous refactoring. The flake8 command: $ flake8 . --select F401 http://flake8.pycqa.org/
* Fix failing tests (both py2K and py3k)Matěj Cepl2018-11-211-2/+2
| | | | Fixes #48
* Move src to rootCengiz Kaygusuz2017-11-201-0/+195