00001 # this starts up the T-environment... 00002 # 00003 # The root dir should point to the top of the python tree 00004 00005 00006 import sys 00007 00008 sys.path.insert(0, "../base") # pickup base libs 00009 00010 sys.path.insert(0, "../../") # pickup neo_cgi.so 00011 00012 # don't put anything above this because the path isn't 00013 # extended yet...