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