harvester-d4science/ckanext
amercader f72d6da521 Change toolkit import
Apparently on package installs this is not well supported

from ckan.plugins.toolkit import check_ckan_version

But this works:

from ckan.plugins import toolkit

toolkit.check_ckan_version(...
2015-03-19 12:48:46 +00:00
..
harvest Change toolkit import 2015-03-19 12:48:46 +00:00
__init__.py First draft of the Harvesting extension 2011-03-09 18:56:55 +00:00