okfn / ckanclient-deprecated

DEPRECATED - please see https://github.com/ckan/ckanapi. [Python client library for CKAN]
http://pypi.python.org/pypi/ckanclient
25 stars 17 forks source link

fixed: missing server location in fileupload URL #18

Closed hbunke closed 11 years ago

hbunke commented 11 years ago

introduced self.base_netloc (based on self.base_location) to have a reliable URL of the CKAN instance, used in upload_handle() and _post_multipart().