Changeset 2993 for inundation/load_mesh


Ignore:
Timestamp:
May 29, 2006, 10:13:29 AM (18 years ago)
Author:
duncan
Message:

moving imports around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/load_mesh/loadASCII.py

    r2941 r2993  
    8484from coordinate_transforms.geo_reference import Geo_reference,TITLE, TitleError
    8585
     86from Scientific.IO.NetCDF import NetCDFFile
     87   
    8688import exceptions
    8789class TitleAmountError(exceptions.Exception): pass
     
    635637    """
    636638 
    637     from Scientific.IO.NetCDF import NetCDFFile
    638639
    639640    IntType = Int32
     
    819820
    820821    """
    821        
    822     from Scientific.IO.NetCDF import NetCDFFile         
     822               
    823823           
    824824    #Check contents
     
    11281128    # consider format change
    11291129
    1130     from Scientific.IO.NetCDF import NetCDFFile
    11311130
    11321131    if verbose: print 'Reading ', file_name
     
    11881187        assert key in legal_keys, msg
    11891188   
    1190     from Scientific.IO.NetCDF import NetCDFFile
    11911189    point_atts2array(point_atts)
    11921190    # NetCDF file definition
Note: See TracChangeset for help on using the changeset viewer.