Sfoglia il codice sorgente

Fixed missing imports for encoding DateTimes in NS Compiler.

ichrispa 8 anni fa
parent
commit
cb276266cd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      tools/pyUANamespace/ua_builtin_types.py

+ 1 - 0
tools/pyUANamespace/ua_builtin_types.py

@@ -20,6 +20,7 @@ import sys
 import xml.dom.minidom as dom
 from ua_constants import *
 from logger import *
+from time import strftime, strptime
 from open62541_MacroHelper import open62541_MacroHelper
 
 def getNextElementNode(xmlvalue):