diff options
| author | dineshbhor <dinesh.bhor@nttdata.com> | 2016-11-03 14:37:57 +0530 |
|---|---|---|
| committer | dineshbhor <dinesh.bhor@nttdata.com> | 2016-11-03 18:29:31 +0530 |
| commit | a01a3e1b7f6dd0919ffa15a4d54b84f0ac1e7915 (patch) | |
| tree | d42f54b00028db42da29ee844328d8fd1c678580 /cinderclient/extension.py | |
| parent | 0ad9ed694a3859ddd6ba57416a3d301b273d70b8 (diff) | |
| download | python-cinderclient-a01a3e1b7f6dd0919ffa15a4d54b84f0ac1e7915.tar.gz | |
Move old oslo-incubator code out of openstack/common
As part of the first community-wide goal, teams were asked to
remove the openstack/common package of their projects if one
existed. This was a byproduct of the old oslo-incubator form
of syncing common functionality.
The package, apiclient, was moved to a top level location and
cliutils was moved to the common module. There are no oslo
specific libraries, the recommended solution is to move it in
tree and maintain it there.
Change-Id: Iee52004bd33c19d63133577ff466164b85fd6ca6
Diffstat (limited to 'cinderclient/extension.py')
| -rw-r--r-- | cinderclient/extension.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/extension.py b/cinderclient/extension.py index 1ea062f..a74cb91 100644 --- a/cinderclient/extension.py +++ b/cinderclient/extension.py @@ -13,8 +13,8 @@ # License for the specific language governing permissions and limitations # under the License. +from cinderclient.apiclient import base as common_base from cinderclient import base -from cinderclient.openstack.common.apiclient import base as common_base from cinderclient import utils |
