提交 f9a972d7 编写于 作者: X xiangdong huang

fix import errors in Session.py and SessionExample.py

上级 2735fa11
......@@ -19,7 +19,8 @@
# Uncomment the following line to use apache-iotdb module installed by pip3
from iotdb.Session import Session
from iotdb.utils import Tablet
from iotdb.utils.Tablet import Tablet
from iotdb.utils.IoTDBConstants import *
# creating session connection.
ip = "127.0.0.1"
......
......@@ -20,7 +20,8 @@ import struct
import sys
import time
from .utils import SessionDataSet
from .utils.SessionDataSet import SessionDataSet
from .utils.IoTDBConstants import *
from thrift.protocol import TBinaryProtocol, TCompactProtocol
from thrift.transport import TSocket, TTransport
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册