James R. Barlow
|
b0dbaeafc5
|
Cleanup unused imports
|
2018-06-23 01:47:53 -07:00 |
|
James R. Barlow
|
76e7e8dbbb
|
Replace several uses of str(path) with fspath(path)
Helps make it more explicit. Did not do this to tests because use of paths
is more involved there.
|
2018-06-22 21:00:47 -07:00 |
|
James R. Barlow
|
324598e992
|
Remove helpers.universal_open()
This helper function only had a single usage, this was always an awkward
way to support Python 3.5 that I'd forget to use.
|
2018-06-22 17:56:20 -07:00 |
|
James R. Barlow
|
6ac9e92f17
|
Fix PEP8 docstring convention misuse in a few places
|
2018-06-22 17:51:25 -07:00 |
|
James R. Barlow
|
8fff496ffd
|
Fix Py3.5 not understanding os.path.exists(Path(...))
|
2018-05-26 22:55:22 -07:00 |
|
James R. Barlow
|
0843b5939c
|
pipeline: Move weave* to its own file
|
2018-05-16 22:08:31 -07:00 |
|
James R. Barlow
|
abcae0c2a4
|
Fix helpers.py again
|
2018-04-25 22:10:51 -07:00 |
|
James R. Barlow
|
11cd6201d9
|
helpers: fix missing call to complain()
In practice this is probably unreachable.
|
2018-04-25 21:57:50 -07:00 |
|
James R. Barlow
|
af085b79dd
|
Move ocrmypdf to src/ocrmypdf
|
2018-03-24 23:59:08 -07:00 |
|