From 558efebbff2ec591ef47911cca9eb550d6ccd343 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 28 Sep 2020 01:03:30 +0200 Subject: [PATCH] Update genbook.py --- DeDRM_plugin/genbook.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DeDRM_plugin/genbook.py b/DeDRM_plugin/genbook.py index 791bc5e..fdf3707 100644 --- a/DeDRM_plugin/genbook.py +++ b/DeDRM_plugin/genbook.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- # vim:ts=4:sw=4:softtabstop=4:smarttab:expandtab # Python 3 for calibre 5.0 +from __future__ import print_function class Unbuffered: def __init__(self, stream): @@ -92,7 +93,7 @@ def getMetaArray(metaFile): tag = readString(fo) value = readString(fo) result[tag] = value - # print tag, value + # print(tag, value) fo.close() return result