tstart.py
Go to the documentation of this file.
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...


pyclearsilver
Author(s): Scott Noob Hassan
autogenerated on Mon Jun 10 2019 15:51:13