##// END OF EJS Templates
Configuration file of the control module as an argument of the main aplication: Testing 1
Configuration file of the control module as an argument of the main aplication: Testing 1

File last commit:

r169:170
r224:225
Show More
file.py
8 lines | 230 B | text/x-python | PythonLexer
import os
import sys
#sys.path.insert(0,'/home/redes/workspace/absroot/source/abspy/abscontrol')
path1 = os.getcwd()
lst1 = path1.split("/")
lst1.remove("scripts")
lst1.append("bin")
path2 = "/".join(lst1)
sys.path.insert(0,path2)