source:
trunk/anuga_core/source/anuga/utilities/__init__.py
@
7876
Last change on this file since 7876 was 7876, checked in by hudson, 13 years ago | |
---|---|
File size: 309 bytes |
Line | |
---|---|
1 | """ |
2 | Generic utility classes not concerned with the specifics of ANUGA. |
3 | |
4 | Utility functions for managing files, numerical constants, and generic |
5 | mathematical and programming idioms. |
6 | """ |
7 | |
8 | pass |
9 | |
10 | #Add path of package to PYTHONPATH to allow C-extensions to be loaded |
11 | import sys |
12 | sys.path += __path__ |
Note: See TracBrowser
for help on using the repository browser.