]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Standardise client imports
authorZane Bitter <zbitter@redhat.com>
Fri, 14 Dec 2012 21:23:44 +0000 (22:23 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 14 Dec 2012 21:25:51 +0000 (22:25 +0100)
commit3c702e38e9a51a15a8d1626b60f610c75cb1f8b7
treeb9f7dcd7981997eaf5accce833bc8881df809897
parent55abd364dd35d5ee466d0c7673422a4a6d533024
Standardise client imports

Do all client imports once, in the clients module, using the normal
OpenStack idiom for optional imports where appropriate.

Change-Id: I1186eba21159fe20e80c1947779fd164dada5880
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/clients.py
heat/engine/resources/eip.py
heat/engine/resources/instance.py
heat/engine/resources/loadbalancer.py
heat/engine/resources/s3.py
heat/engine/resources/security_group.py
heat/engine/resources/volume.py