#!/usr/bin/python

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

import os
import sys
sys.path[0:0] = [
  r'/home/lkcl/src/sf.pyjamas/pyjamas/trunk/pyjs/src',
  ]

import pyjs.translator
pyjs.path += [os.path.join(pyjspth, 'library')]

if __name__ == '__main__':
    pyjs.translator.main()
