source: trunk/anuga_core/source/anuga/__init__.py @ 7766

Last change on this file since 7766 was 7765, checked in by James Hudson, 15 years ago

Refactoring - moved file conversion routines to file_conversion folder, moved file loading/saving functions to file module.

File size: 164 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.