source: anuga_core/source/anuga/mesh_engine/compile.py @ 4762

Last change on this file since 4762 was 4762, checked in by duncan, 16 years ago

name change

File size: 179 bytes
Line 
1"""compile.py - compile Python C-extension
2
3   Commandline usage:
4     python compile.py <filename>
5
6"""
7
8import os
9execfile('..' + os.sep + 'utilities' + os.sep + 'compile.py')
Note: See TracBrowser for help on using the repository browser.