source: anuga_core/source/anuga/advection/__init__.py @ 7737

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

Various refactorings, all unit tests pass.
Domain renamed to generic domain.

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