Merge branch 'master' into modernize-Python-2-codes

This commit is contained in:
Apprentice Harper
2020-01-30 11:58:50 +00:00
committed by GitHub
19 changed files with 114 additions and 76 deletions

View File

@@ -2,6 +2,8 @@
# 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