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