From 830afedcedb2a59834281310b5418189f7a0301b Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Fri, 24 Jun 2022 11:13:47 +0200
Subject: [PATCH] Removed references to deletes files

---
 ckanext/odsh/profiles/__init__.py | 1 -
 setup.py                          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/ckanext/odsh/profiles/__init__.py b/ckanext/odsh/profiles/__init__.py
index f87530b7..97866f2c 100644
--- a/ckanext/odsh/profiles/__init__.py
+++ b/ckanext/odsh/profiles/__init__.py
@@ -1,2 +1 @@
 from odsh_dcat_de_profile import ODSHDCATdeProfile
-from odsh_european_dcatap_profile import ODSHEuropeanDCATAPProfile
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 56287f08..6a60a511 100755
--- a/setup.py
+++ b/setup.py
@@ -96,7 +96,6 @@ setup(
         ckan = ckan.lib.extract:extract_ckan
 
         [ckan.rdf.profiles]
-        odsheuro_dcat_ap=ckanext.odsh.profiles:ODSHEuropeanDCATAPProfile
         odshdcatap_de=ckanext.odsh.profiles:ODSHDCATdeProfile
     ''',
 
-- 
GitLab