Commit c9958d18 authored by 章 登恒's avatar 章 登恒
Browse files

commit

parent 0b8d0e97
......@@ -16,6 +16,11 @@ from airtest_selenium.proxy import *
from selenium.webdriver.support import expected_conditions as ec
from selenium.webdriver.support.wait import WebDriverWait
import os
import sys
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
sys.path.append(BASE_DIR)
from public.mail1 import send_email1
from public.tools import *
......
Supports Markdown
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