source: trunk/anuga_core/source/anuga/file_conversion/__init__.py @ 7776

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

Removed redundant data_manager class. Unit tests are running, but may fail.

File size: 204 bytes
Line 
1""" Modules for performing conversions between file types, or for
2    resampling a given file.
3"""
4
5# Add path of package to PYTHONPATH to allow C-extensions to be loaded
6import sys
7sys.path += __path__
8
Note: See TracBrowser for help on using the repository browser.