Forráskód Böngészése

更新物理世界数据

李莎 1 éve
szülő
commit
4361d58c2b

+ 1 - 1
physical_world_exporter/MyUtils/MetadataWebUtil.py

@@ -1,5 +1,5 @@
 import json
-from physical_world_exporter.MyUtils.HttpUtil import *
+from HttpUtil import *
 
 
 class MetadataWebUtil(object):

+ 1 - 1
physical_world_exporter/MyUtils/ZillionUtil.py

@@ -1,4 +1,4 @@
-from physical_world_exporter.MyUtils.MetadataWebUtil import MetadataWebUtil
+from MetadataWebUtil import MetadataWebUtil
 
 
 class ZillionUtil():