source:
trunk/anuga_core/source/anuga/geometry/__init__.py
@
7876
Last change on this file since 7876 was 7876, checked in by hudson, 15 years ago | |
---|---|
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 |
9 | import sys |
10 | sys.path += __path__ |
Note: See TracBrowser
for help on using the repository browser.