source: trunk/anuga_core/source/anuga/geometry/__init__.py @ 7841

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

Refactorings to allow tests to pass.

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