This commit is contained in:
cirun 2022-03-22 11:24:39 +01:00
parent fe3a55795a
commit f20a7a9855
1 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
'''this plugin exists because the interface methods for
IPackageController was renamed (e.g) after_create
"""this plugin exists because the interface methods for
IPackageController was renamed (e.g) after_create
to after_dataset_create in CKAN 2.10.0
see more in (https://github.com/ckan/ckan/pull/6501)'''
see more in (https://github.com/ckan/ckan/pull/6501)"""
import json
import logging
@ -25,7 +25,6 @@ log = logging.getLogger(__name__)
class MixinPlugin(p.SingletonPlugin):
p.implements(p.IPackageController, inherit=True)
# IPackageController
# CKAN >= 2.10