source: trunk/anuga_core/source/anuga/geospatial_data/__init__.py @ 7876

Last change on this file since 7876 was 3514, checked in by duncan, 18 years ago

Hi all,
I'm doing a change in the anuga structure, moving the code to

\anuga_core\source\anuga

After you have done an svn update, the PYTHONPATH has to be changed to;
PYTHONPATH = anuga_core/source/

This is part of changes required to make installation of anuga quicker and reducing the size of our sandpits.

If any imports are broken, try fixing them. With adding anuga. to them for example. If this seems to have really broken things, email/phone me.

Cheers
Duncan

File size: 115 bytes
Line 
1"""Make directory available as a Python package
2"""
3
4from anuga.geospatial_data.geospatial_data import *
5
6
7
Note: See TracBrowser for help on using the repository browser.