summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/fixedip.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient/compute/v2/fixedip.py')
-rw-r--r--openstackclient/compute/v2/fixedip.py3
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"""