##// END OF EJS Templates
Monitoring test
Monitoring test

File last commit:

r169:170
r264:265
Show More
file.py
8 lines | 230 B | text/x-python | PythonLexer
See source scripts from the script directory at diferent PCs
r144 import os
abs control scripts
r76 import sys
See source scripts from the script directory at diferent PCs
r144 #sys.path.insert(0,'/home/redes/workspace/absroot/source/abspy/abscontrol')
path1 = os.getcwd()
lst1 = path1.split("/")
lst1.remove("scripts")
r169 lst1.append("bin")
See source scripts from the script directory at diferent PCs
r144 path2 = "/".join(lst1)
sys.path.insert(0,path2)