source: christine.py @ 2d08f8b

Revision 2d08f8b, 145 bytes checked in by Marco Antonio Islas Cruz <markuz@…>, 21 months ago (diff)
  • Changed the tabs to use space tabs instead tabs.
  • Property mode set to 100644
Line 
1#!/usr/bin/env python
2import os
3import sys
4sys.path.insert(0,os.getcwd())
5elements = locals()
6from libchristine.Christine import *
7runChristine()
Note: See TracBrowser for help on using the repository browser.