mirror of
https://github.com/daiyanan1992/qinglongtest
synced 2025-12-17 07:18:24 +08:00
Update telecom_login.py
This commit is contained in:
@@ -13,10 +13,10 @@ from xml.etree.ElementTree import XML
|
|||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
from sys import path
|
from sys import path
|
||||||
if "telecom_login" in __file__:
|
if "telecom_login" in __file__:
|
||||||
path.append("../tools")
|
path.append("..")
|
||||||
from rsa_encrypt import RSA_Encrypt
|
from tools.rsa_encrypt import RSA_Encrypt
|
||||||
from encrypt_symmetric import Crypt
|
from tools.encrypt_symmetric import Crypt
|
||||||
from tool import print_now
|
# from tool import print_now
|
||||||
else:
|
else:
|
||||||
from tools.rsa_encrypt import RSA_Encrypt
|
from tools.rsa_encrypt import RSA_Encrypt
|
||||||
from tools.tool import print_now
|
from tools.tool import print_now
|
||||||
|
|||||||
Reference in New Issue
Block a user