]> granicus.if.org Git - zziplib/commit
zzipdoc: convert use of print statement
authorPatrick Steinhardt <ps@pks.im>
Sun, 4 Aug 2019 18:49:37 +0000 (20:49 +0200)
committerPatrick Steinhardt <ps@pks.im>
Sun, 4 Aug 2019 18:52:40 +0000 (20:52 +0200)
commita25f606e31154d8868d5fb27c1abbfb001fcba7e
treebfaf6e59f44b198d86e230378a12839f25110d56
parent89d623631b68e7d5c3fd3cedb85754138d0f7931
zzipdoc: convert use of print statement

Commit 5b660a3 (Merge pull request #72 from jelly/python3, 2019-08-04)
introduced a conversion to use new-style Python exceptions.
The conversion introduced a new print statements, though, breaking
compatibility with Python 3 again.

Convert the statement to use the print function, instead.
docs/zzipdoc/docbookdocument.py