From: Apprentice Harper Date: Thu, 30 Jan 2020 11:58:50 +0000 (+0000) Subject: Merge branch 'master' into modernize-Python-2-codes X-Git-Url: http://git.xmof.duckdns.org/?a=commitdiff_plain;h=f5dd758b1b5b08ff2a427b8a5fd9f271383ba32c;p=DeDRM.git Merge branch 'master' into modernize-Python-2-codes --- f5dd758b1b5b08ff2a427b8a5fd9f271383ba32c diff --cc dedrm_src/genbook.py index 9795510,3ec6ccf..a7512af --- a/dedrm_src/genbook.py +++ b/dedrm_src/genbook.py @@@ -1,7 -1,8 +1,9 @@@ #! /usr/bin/python # vim:ts=4:sw=4:softtabstop=4:smarttab:expandtab +from __future__ import print_function + from .convert2xml import encodeNumber + class Unbuffered: def __init__(self, stream): self.stream = stream