Undefined name: from .convert2xml import encodeNumber

This commit is contained in:
Christian Clauss
2020-01-20 14:29:03 +01:00
committed by GitHub
parent 1fd972ee17
commit e35b37c4f4

View File

@@ -1,6 +1,8 @@
#! /usr/bin/python
# vim:ts=4:sw=4:softtabstop=4:smarttab:expandtab
from .convert2xml import encodeNumber
class Unbuffered:
def __init__(self, stream):
self.stream = stream