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