root/trunk/cjc.in

Revision 242, 188 bytes (checked in by jajcus, 5 years ago)

- use of psyco disabled (causes SIGSEGV on Python 2.3)

Line 
1 #!/usr/bin/python
2
3 base_dir='BASE_DIR'
4
5 #try:
6 #       import psyco
7 #       psyco.profile()
8 #except ImportError:
9 #       pass
10
11 import sys
12 sys.path.insert(0,base_dir)
13 from cjc import main
14 main.main(base_dir)
Note: See TracBrowser for help on using the browser.