Remove another openstackclient import

osc_lib should be used instead of openstackclient now.

Change-Id: I656ec078b25127f350a5528e70242c737df1e391
This commit is contained in:
Dougal Matthews 2016-10-03 13:51:11 +01:00
parent 39dad31679
commit 12f32846c3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
import mock
from openstackclient.tests import utils
from osc_lib.tests import utils
from tripleoclient import exceptions
from tripleoclient.workflows import plan_management