diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-05-13 17:27:12 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-13 11:00:22 -0500 |
| commit | 9e2b8e67307e739008307e977ce545d49d0956a6 (patch) | |
| tree | 1990a4d3ea60bd3361f8347375ed6f18e10c390a /openstackclient/compute/v2/fixedip.py | |
| parent | be192676bd2f2beeea0ec4265d5f78a8cf9af637 (diff) | |
| download | python-openstackclient-9e2b8e67307e739008307e977ce545d49d0956a6.tar.gz | |
osc-lib: command
Leave command.py and test_command.py as a sanity check during the
deprecation period.
Change-Id: I24e1b755cbfbcbcaeb5273ec0c9706b82384fc85
Diffstat (limited to 'openstackclient/compute/v2/fixedip.py')
| -rw-r--r-- | openstackclient/compute/v2/fixedip.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openstackclient/compute/v2/fixedip.py b/openstackclient/compute/v2/fixedip.py index e3b80c5f..8bd72ca3 100644 --- a/openstackclient/compute/v2/fixedip.py +++ b/openstackclient/compute/v2/fixedip.py @@ -15,10 +15,9 @@ """Fixed IP action implementations""" +from osc_lib.command import command from osc_lib import utils -from openstackclient.common import command - class AddFixedIP(command.Command): """Add fixed IP address to server""" |
