aodn / python-aodntools

Repository for templates and code relating to generating standard NetCDF files for the Australia Ocean Data Network
GNU Lesser General Public License v3.0
10 stars 3 forks source link

fix imports #10

Closed ocehugo closed 6 years ago

ocehugo commented 6 years ago

could not use until using this fix

mhidas commented 6 years ago

I've changed it to a relative import:

from .schema import validate_dimensions, validate_variables, validate_attributes

That should fix it.