]> xmof Git - DeDRM.git/commit
Use print() function in both Python 2 and Python 3
authorcclauss <cclauss@me.com>
Mon, 24 Jun 2019 16:49:38 +0000 (18:49 +0200)
committercclauss <cclauss@me.com>
Mon, 24 Jun 2019 16:49:38 +0000 (18:49 +0200)
commit5bb6b58bc1434cfa531a3ee9fead178a333e2c59
tree64a708be91739c14d81acaf67319b029c4a87c07
parentb71ed3887ee547c714c8223d1d74bc4e5cdfe809
Use print() function in both Python 2 and Python 3

Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
25 files changed:
contrib/Other_Tools/Kobo/obok.py
dedrm_src/__init__.py
dedrm_src/adobekey.py
dedrm_src/alfcrypto.py
dedrm_src/androidkindlekey.py
dedrm_src/config.py
dedrm_src/convert2xml.py
dedrm_src/encodebase64.py
dedrm_src/epubtest.py
dedrm_src/flatxml2html.py
dedrm_src/genbook.py
dedrm_src/ignobleepub.py
dedrm_src/ignoblekey.py
dedrm_src/ignoblekeyfetch.py
dedrm_src/ignoblekeygen.py
dedrm_src/kfxdedrm.py
dedrm_src/kgenpids.py
dedrm_src/kindlepid.py
dedrm_src/mobidedrm.py
dedrm_src/scriptinterface.py
dedrm_src/stylexml2css.py
dedrm_src/topazextract.py
dedrm_src/wineutils.py
dedrm_src/zipfix.py
obok_src/obok/obok.py