source: branches/numpy/anuga/mesh_engine/compile.py @ 6304

Last change on this file since 6304 was 4762, checked in by duncan, 17 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.