fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dirty workaround for python unicode problems
[librarian.git]
/
scripts
/
book2epub
diff --git
a/scripts/book2epub
b/scripts/book2epub
index
ea87483
..
9adf4b4
100755
(executable)
--- a/
scripts/book2epub
+++ b/
scripts/book2epub
@@
-2,7
+2,7
@@
# -*- coding: utf-8 -*-
#
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
# -*- coding: utf-8 -*-
#
# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
import os.path
import optparse
#
import os.path
import optparse
@@
-53,6
+53,5
@@
if __name__ == '__main__':
print '%(file)s:%(name)s:%(message)s' % {
'file': main_input,
'name': e.__class__.__name__,
print '%(file)s:%(name)s:%(message)s' % {
'file': main_input,
'name': e.__class__.__name__,
- 'message': e
.message
+ 'message': e
}
}
-
\ No newline at end of file