]> xmof Git - DeDRM.git/commitdiff
Undefined name: from .convert2xml import encodeNumber
authorChristian Clauss <cclauss@me.com>
Mon, 20 Jan 2020 13:29:03 +0000 (14:29 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Jan 2020 13:29:03 +0000 (14:29 +0100)
dedrm_src/genbook.py

index 40368967e79d7dc064e40aeb08c7c9bc8c216812..3ec6ccf0e1f39390ce1cf7eeb28e0a3a081d1ff4 100644 (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