Home | History | Annotate | Download | only in trans
      1 # this starts up the T-environment...
      2 # 
      3 # The root dir should point to the top of the python tree
      4 
      5 
      6 import sys
      7 
      8 sys.path.insert(0, "../base") # pickup base libs
      9 
     10 sys.path.insert(0, "../../") # pickup neo_cgi.so
     11 
     12 # don't put anything above this because the path isn't
     13 # extended yet...
     14