Skip to content

Commit

Permalink
HDX-9987 & HDX-9990 rename logic files
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin committed Aug 27, 2024
1 parent 0c6f529 commit 88ffbf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext-hdx_package/ckanext/hdx_package/views/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import ckanext.hdx_package.helpers.membership_data as membership_data
import ckanext.hdx_search.helpers.search_history as search_history
import ckanext.hdx_package.controller_logic.dataset_view_logic as dataset_view_logic
from ckanext.hdx_package.controller_logic.dataset_contact_contributor import DatasetContactContributorLogic
from ckanext.hdx_package.controller_logic.dataset_request_access import DatasetRequestAccessLogic
from ckanext.hdx_package.controller_logic.dataset_contact_contributor_logic import DatasetContactContributorLogic
from ckanext.hdx_package.controller_logic.dataset_request_access_logic import DatasetRequestAccessLogic

from ckan.views.dataset import _setup_template_variables

Expand Down

0 comments on commit 88ffbf9

Please sign in to comment.