##// END OF EJS Templates
Script updated
Miguel Valdez -
r635:f36ea42cad01
parent child
Show More
@@ -1,14 +1,16
1 #!python
2 '''
3 Created on Jul 7, 2015
1 4
2
3
4
5
5 @author: Miguel Urco
6 '''
6 7 import os, sys
7 8
8 path = os.path.split(os.getcwd())[0]
9 sys.path.append(path)
9 path = os.path.dirname(os.getcwd())
10 path = os.path.dirname(path)
11 sys.path.insert(0, path)
10 12
11 from controller import *
13 from schainpy.controller import Project
12 14
13 15 desc = "Sousy_test"
14 16 filename = "sousy_processing.xml"
General Comments 0
You need to be logged in to leave comments. Login now