source: trunk/anuga_core/validation_tests/__init__.py @ 8721

Last change on this file since 8721 was 8548, checked in by davies, 12 years ago

Minor updates to validation test code

File size: 143 bytes
Line 
1"""
2    Validation tests
3"""
4
5#Add path of package to PYTHONPATH to allow C-extensions to be loaded
6import sys
7sys.path += __path__
8
9
Note: See TracBrowser for help on using the repository browser.