Ignore:
Timestamp:
Aug 29, 2006, 11:30:14 AM (18 years ago)
Author:
duncan
Message:

change imports so reflect the new structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • production/onslow_2006/plot_data_extent.py

    r3514 r3535  
    11from pylab import *
    22from anuga.geospatial_data.geospatial_data import *
    3 from pmesh.create_mesh import convert_points_from_latlon_to_utm
    4 from coordinate_transforms.redfearn import degminsec2decimal_degrees
     3from anuga.pmesh.create_mesh import convert_points_from_latlon_to_utm
     4from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees
    55from os import sep
    66from anuga.utilities.polygon import inside_polygon
     
    1717
    1818def read_community_file(filename1, filename2, polygon):
    19     from coordinate_transforms.redfearn import redfearn
     19    from anuga.coordinate_transforms.redfearn import redfearn
    2020    from anuga.utilities.polygon import inside_polygon
    2121    fid1 = open(filename1)
Note: See TracChangeset for help on using the changeset viewer.