source: trunk/anuga_core/source/anuga/utilities/__init__.py @ 8059

Last change on this file since 8059 was 7876, checked in by hudson, 14 years ago

Updates to docs

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
8pass
9
10#Add path of package to PYTHONPATH to allow C-extensions to be loaded
11import sys
12sys.path += __path__
Note: See TracBrowser for help on using the repository browser.