#!/usr/bin/python

pyjspth = r'/home/lkcl/src/sf.pyjamas/pyjamas/trunk'

import os
import sys
sys.path[0:0] = [
os.path.join(r'/home/lkcl/src/sf.pyjamas/pyjamas/trunk', 'pyjs', 'src'),
  ]
import pyjs
pyjs.path += [os.path.join(pyjspth, 'library'),
os.path.join(pyjspth, 'addons'),
]

import pyjs.browser
if __name__ == '__main__':
    pyjs.browser.build_script()
