4239: Update Python SDK for google-api-python-client 1.3.
authorBrett Smith <brett@curoverse.com>
Fri, 17 Oct 2014 14:22:01 +0000 (10:22 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 17 Oct 2014 14:25:09 +0000 (10:25 -0400)
commit95f99e05352e2a87ad627a0b4c775f7551ef9265
treefa9a17116061440a83ae4c931867e5d559e42b38
parent0b3873cf0f05ec1e08c1cee81aed68c2421f158f
4239: Update Python SDK for google-api-python-client 1.3.

This package renames the module from apiclient to googleapiclient.  It
provides a shim apiclient module for compatibility, but it only
exports the appropriate names, not real submodules.  Using it requires
changing imports like

    import apiclient.errors

to

    from apiclient import errors

This approach works (has been tested) with both versions 1.2 and 1.3.
Closes #4239.
sdk/python/arvados/api.py
sdk/python/arvados/commands/put.py
sdk/python/arvados/errors.py
sdk/python/setup.py
sdk/python/tests/test_api.py
services/nodemanager/arvnodeman/config.py