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

Last change on this file since 7693 was 6213, checked in by ole, 15 years ago

Ross and Ole discovered reasons for maxasc and order_boundary not being included in test_all.py - the assumption made in test_all.py was a flat structure under anuga. This should be rewritten using os.walk('.') as in clean_all.py

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