source: anuga_core/source/pymetis/__init__.py @ 5855

Last change on this file since 5855 was 3095, checked in by ole, 18 years ago

Got parallel example RunParallelSwMerimbulaMetis? to run from an arbitrary location using packages relative to PYTHONPATH

File size: 161 bytes
Line 
1"""Make directory available as a Python package
2"""
3
4pass
5
6#Add path of package to PYTHONPATH to allow C-extensions to be loaded
7import sys
8sys.path += __path__
Note: See TracBrowser for help on using the repository browser.