source: anuga_core/source/anuga/lib/__init__.py @ 5980

Last change on this file since 5980 was 5980, checked in by kristy, 15 years ago

Moving to anuga/lib

File size: 158 bytes
Line 
1"""Make directory available as a Python package
2"""
3
4# Add path of package to PYTHONPATH to allow C-extensions to be loaded
5import sys
6sys.path += __path__
7
8
Note: See TracBrowser for help on using the repository browser.