From 3ac065f0f095a226e7e404e50646f087f311724f Mon Sep 17 00:00:00 2001 From: joetsoi Date: Fri, 29 Mar 2013 01:17:24 +0000 Subject: [PATCH] fix package_schema import --- ckanext/harvest/harvesters/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/harvest/harvesters/base.py b/ckanext/harvest/harvesters/base.py index 0960a38..0214050 100644 --- a/ckanext/harvest/harvesters/base.py +++ b/ckanext/harvest/harvesters/base.py @@ -10,7 +10,7 @@ from ckan import model from ckan.model import Session, Package from ckan.logic import ValidationError, NotFound, get_action -from ckan.logic.schema import default_package_schema +from ckan.logic.schema import default_create_package_schema from ckan.lib.navl.validators import ignore_missing,ignore from ckan.lib.munge import munge_title_to_name,substitute_ascii_equivalents