Undefined name: from .convert2xml import encodeNumber

pull/983/head
Christian Clauss 4 years ago committed by GitHub
parent 1fd972ee17
commit e35b37c4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save