diff --git a/saharaclient/client.py b/saharaclient/client.py index 95a69020..75e47163 100644 --- a/saharaclient/client.py +++ b/saharaclient/client.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from saharaclient.openstack.common import importutils +from oslo.utils import importutils class UnsupportedVersion(Exception):