File: compile_only.py

package info (click to toggle)
pyjamas 0.7~%2Bpre2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,656 kB
  • ctags: 12,331
  • sloc: python: 74,493; php: 805; sh: 291; makefile: 59; xml: 9
file content (7 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/python
import sys
sys.path.insert(0, '../../pyv8')
import pyv8run
if "LibTest" not in sys.argv:
    sys.argv.append("LibTest")
pyv8run.build_script()