diff options
Diffstat (limited to 'metchart/plotter/vertical_from_grib.py')
-rwxr-xr-x | metchart/plotter/vertical_from_grib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metchart/plotter/vertical_from_grib.py b/metchart/plotter/vertical_from_grib.py index d341389..2c636f0 100755 --- a/metchart/plotter/vertical_from_grib.py +++ b/metchart/plotter/vertical_from_grib.py @@ -11,9 +11,9 @@ from metpy.units import units import metpy.calc as mpcalc import numpy as np -import skewt +from .. import skewt -from . import misc +from .. import misc config = { 'source':'dwd_icon-eu/combined.grib2', |