source:
pyromaths/trunk/fuentes/pyromaths
Last change on this file was 423, checked in by , 5 years ago | |
---|---|
|
|
File size: 270 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | try: |
3 | from pyromaths import pyromaths |
4 | except ImportError: |
5 | import sys, os.path |
6 | basedir = os.path.dirname(os.path.realpath(__file__)) |
7 | sys.path.insert(0, os.path.join(basedir,'src')) |
8 | from pyromaths import pyromaths |
9 | pyromaths.main() |
Note: See TracBrowser
for help on using the repository browser.