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