fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add podtytul_* tags; refs #4005.
[librarian.git]
/
librarian
/
hyphenator.py
diff --git
a/librarian/hyphenator.py
b/librarian/hyphenator.py
index
18d402b
..
aa5b4c3
100644
(file)
--- a/
librarian/hyphenator.py
+++ b/
librarian/hyphenator.py
@@
-14,6
+14,7
@@
info@wilbertberendsen.nl
License: LGPL.
"""
+from __future__ import print_function, unicode_literals
import sys
import re
@@
-235,5
+236,5
@@
if __name__ == "__main__":
h = Hyphenator(dict_file, left=1, right=1)
for i in h(word):
- print
i
+ print
(i)