diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-14 06:45:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-14 06:45:17 +0000 |
| commit | 2c92b60f457a16c315b6286592e9fee534bd4b3d (patch) | |
| tree | 03c50c81ff83d5f22b764ece1b9a5c966f6f7748 /openstackclient/compute/v2/floatingip.py | |
| parent | 287fe3610af6297b654dc30ee587aa0f7eecaeaa (diff) | |
| parent | 9e2b8e67307e739008307e977ce545d49d0956a6 (diff) | |
| download | python-openstackclient-2c92b60f457a16c315b6286592e9fee534bd4b3d.tar.gz | |
Merge "osc-lib: command"
Diffstat (limited to 'openstackclient/compute/v2/floatingip.py')
| -rw-r--r-- | openstackclient/compute/v2/floatingip.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/floatingip.py b/openstackclient/compute/v2/floatingip.py index 780ea684..98079fbc 100644 --- a/openstackclient/compute/v2/floatingip.py +++ b/openstackclient/compute/v2/floatingip.py @@ -15,10 +15,9 @@ """Floating IP action implementations""" +from osc_lib.command import command from osc_lib import utils -from openstackclient.common import command - class AddFloatingIP(command.Command): """Add floating IP address to server""" |
