Browse Source

更新物理世界数据

李莎 2 years ago
parent
commit
2b4b9d0807

+ 1 - 1
physical_world_exporter/MyUtils/MetadataWebUtil.py

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

+ 1 - 2
physical_world_exporter/MyUtils/ZillionUtil.py

@@ -1,5 +1,4 @@
-from MetadataWebUtil import MetadataWebUtil
-
+from physical_world_exporter.MyUtils.MetadataWebUtil import *
 
 class ZillionUtil():
     def __init__(self, url):