[ckan-changes] commit/ckanext-spatial: amercader: Update imports for the API controller
Bitbucket
commits-noreply at bitbucket.org
Thu May 26 14:34:32 UTC 2011
1 new changeset in ckanext-spatial:
http://bitbucket.org/okfn/ckanext-spatial/changeset/90466a83f22e/
changeset: r9:90466a83f22e
user: amercader
date: 2011-05-26 16:34:21
summary: Update imports for the API controller
affected #: 1 file (17 bytes)
--- a/ckanext/spatial/controllers/api.py Wed Apr 20 11:59:00 2011 +0100
+++ b/ckanext/spatial/controllers/api.py Thu May 26 15:34:21 2011 +0100
@@ -2,7 +2,8 @@
import ckan.lib.helpers as h
from ckan.lib.base import c, g, request, \
response, session, render, config, abort, redirect
-from ckan.controllers.rest import BaseApiController
+
+from ckan.controllers.api import ApiController as BaseApiController
from ckan.model import Session
Repository URL: https://bitbucket.org/okfn/ckanext-spatial/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list