source:
trunk/anuga_core/source/anuga/mesh_engine/compile.py
@
9516
Last change on this file since 9516 was 4762, checked in by duncan, 17 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | """compile.py - compile Python C-extension |
2 | |
3 | Commandline usage: |
4 | python compile.py <filename> |
5 | |
6 | """ |
7 | |
8 | import os |
9 | execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py') |
Note: See TracBrowser
for help on using the repository browser.