浏览代码

更新物理世界数据

李莎 1 年之前
父节点
当前提交
41ca961fc4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      physical_world_exporter/MyUtils/MetadataWebUtil.py
  2. 1 1
      physical_world_exporter/MyUtils/ZillionUtil.py

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