Commit 10a26100 authored by yz's avatar yz

增加流量线测试群提醒

parent a3a1b41d
import os
import sys
# 把项目的根目录通过sys.path.append添加为执行时的环境变量
current_directory = os.path.dirname(os.path.abspath(__file__))
root_path = os.path.abspath(os.path.dirname(current_directory) + os.path.sep + ".")
sys.path.append(root_path)
from servers.ddMessageServer import DDMessage
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment