From ac096ff1e3f61ba0b38eef2435e64c720ee33e9c Mon Sep 17 00:00:00 2001 From: Carsten Hinz <c.hinz@fz-juelich.de> Date: Tue, 16 Jul 2024 17:15:28 +0200 Subject: [PATCH] fixed import --- tests/contryCode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/contryCode.py b/tests/contryCode.py index cd2d984..a7b107c 100644 --- a/tests/contryCode.py +++ b/tests/contryCode.py @@ -2,7 +2,7 @@ import requests -from toargridding.metadata_utilities import countryCodes +from toargridding.toargridding.metadata_utilities import countryCodes test = countryCodes() validCodes = test.getValidVocabular(controlName="Country Code", varName="country") -- GitLab