Skip to content
Snippets Groups Projects
Commit f033c9eb authored by Bruce Flynn's avatar Bruce Flynn
Browse files

Fix import error if PyDAP isn't present

parent 38101069
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ from numpy import array, average, zeros, radians, degrees, arctan2, sin, cos, nd
from numpy.ma import masked_array, average as masked_average, MaskedArray, masked_where, column_stack
try:
from pydap.client import open_url as dapopen
except ImportError:
except:
dapopen = open
from metobs import mytime
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment