[ckan-changes] commit/ckanext-dgu: dread: [cospread, ons][xs]: Fix import - had moved xmlrpc command to bin.
Bitbucket
commits-noreply at bitbucket.org
Mon Jul 18 15:02:54 UTC 2011
1 new changeset in ckanext-dgu:
http://bitbucket.org/okfn/ckanext-dgu/changeset/899779ed2977/
changeset: 899779ed2977
user: dread
date: 2011-07-18 12:45:44
summary: [cospread,ons][xs]: Fix import - had moved xmlrpc command to bin.
affected #: 2 files (22 bytes)
--- a/ckanext/dgu/cospread/__init__.py Fri Jul 15 18:08:32 2011 +0100
+++ b/ckanext/dgu/cospread/__init__.py Mon Jul 18 11:45:44 2011 +0100
@@ -1,5 +1,5 @@
from ckanext.importlib.api_command import ApiCommand
-from ckanext.dgu.command import XmlRpcCommand
+from ckanext.dgu.bin.xmlrpc_command import XmlRpcCommand
from ckanext.dgu.cospread.cospread import CospreadImporter
from ckanext.dgu.cospread.loader import CospreadLoader
from ckanclient import CkanClient
--- a/ckanext/dgu/ons/__init__.py Fri Jul 15 18:08:32 2011 +0100
+++ b/ckanext/dgu/ons/__init__.py Mon Jul 18 11:45:44 2011 +0100
@@ -1,7 +1,7 @@
import datetime
from ckanext.importlib.api_command import ApiCommand
-from ckanext.dgu.command import XmlRpcCommand
+from ckanext.dgu.bin.xmlrpc_command import XmlRpcCommand
from ckanext.dgu.ons.downloader import OnsData
from ckanext.dgu.ons.importer import OnsImporter
from ckanext.dgu.ons.loader import OnsLoader
Repository URL: https://bitbucket.org/okfn/ckanext-dgu/
--
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