source:
inundation/pymetis/__init__.py
@
3381
Last change on this file since 3381 was 3095, checked in by , 19 years ago | |
---|---|
File size: 161 bytes |
Rev | Line | |
---|---|---|
[3095] | 1 | """Make directory available as a Python package |
2 | """ | |
3 | ||
4 | pass | |
5 | ||
6 | #Add path of package to PYTHONPATH to allow C-extensions to be loaded | |
7 | import sys | |
8 | sys.path += __path__ |
Note: See TracBrowser
for help on using the repository browser.