Преглед изворни кода

Fixed missing imports for encoding DateTimes in NS Compiler.

ichrispa пре 8 година
родитељ
комит
cb276266cd
1 измењених фајлова са 1 додато и 0 уклоњено
  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):