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