diff options
Diffstat (limited to 'saharaclient/osc/plugin.py')
-rw-r--r-- | saharaclient/osc/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/plugin.py b/saharaclient/osc/plugin.py index e93968e..0cef052 100644 --- a/saharaclient/osc/plugin.py +++ b/saharaclient/osc/plugin.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from openstackclient.common import utils +from osc_lib import utils from oslo_log import log as logging LOG = logging.getLogger(__name__) |