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

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

Updates to docs

File size: 220 bytes
Line 
1"""
2    Geometry classes.
3   
4    Classes that represent 2D geometry: polygons, quadtrees, and bounding boxes.
5"""
6
7
8#Add path of package to PYTHONPATH to allow C-extensions to be loaded
9import sys
10sys.path += __path__
Note: See TracBrowser for help on using the repository browser.