Merge changes from master to Aigrain publishing code - that will be used for new...
[librarian.git] / scripts / book2pdf
index 68e2d08..11c5c04 100755 (executable)
@@ -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):