华荣三照明、合信、荣欣八组合馈电
This commit is contained in:
5
QT5_Project/Shared_CODE/__init__.py
Normal file
5
QT5_Project/Shared_CODE/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
import sys
|
||||
sys_path = sys.path[0].replace("\\", "/")
|
||||
sys_path_linux = sys_path + "/../.."
|
||||
if sys_path_linux not in sys.path :
|
||||
sys.path.append(sys_path_linux)
|
||||
Reference in New Issue
Block a user