浏览代码

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):