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 | |
---|---|
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 |
6 | import sys |
7 | sys.path += __path__ |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.