File: tstart.py

package info (click to toggle)
clearsilver 0.10.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,304 kB
  • sloc: ansic: 24,586; python: 4,233; sh: 2,502; cs: 1,429; ruby: 819; java: 735; makefile: 589; perl: 120; lisp: 34; sql: 21
file content (13 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
# this starts up the T-environment...
# 
# The root dir should point to the top of the python tree


import sys

sys.path.insert(0, "../base") # pickup base libs

sys.path.insert(0, "../../") # pickup neo_cgi.so

# don't put anything above this because the path isn't
# extended yet...