From 1c3fd14ee9cbd459ff56f11ae7ce2d7d1392168b Mon Sep 17 00:00:00 2001 From: serbal93 <74658593+serbal93@users.noreply.github.com> Date: Sun, 17 Jul 2022 15:48:24 -0300 Subject: [PATCH] Update graphics.py --- pyGEDI/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyGEDI/graphics.py b/pyGEDI/graphics.py index 0bbe114..b6e6003 100644 --- a/pyGEDI/graphics.py +++ b/pyGEDI/graphics.py @@ -1,7 +1,7 @@ #!/usr/bin/env python try: - import gdal + from osgeo import gdal except ImportError: sys.exit("""You need following module: gdal """)