fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge changes from master to Aigrain publishing code - that will be used for new...
[librarian.git]
/
scripts
/
book2pdf
diff --git
a/scripts/book2pdf
b/scripts/book2pdf
index
68e2d08
..
11c5c04
100755
(executable)
--- a/
scripts/book2pdf
+++ b/
scripts/book2pdf
@@
-5,6
+5,8
@@
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
from librarian.book2anything import Book2Anything, Option
+import os.path
+from optparse import OptionParser
class Book2Pdf(Book2Anything):