Browse Source

更新物理世界数据

李莎 1 year ago
parent
commit
41ca961fc4

+ 1 - 1
physical_world_exporter/MyUtils/MetadataWebUtil.py

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

+ 1 - 1
physical_world_exporter/MyUtils/ZillionUtil.py

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