mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Correct import of keystoneauth1 session"
This commit is contained in:
commit
c98ff623f2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
"""Compute v2 API Library Tests"""
|
||||
|
||||
from keystoneclient import session
|
||||
from keystoneauth1 import session
|
||||
from osc_lib import exceptions as osc_lib_exceptions
|
||||
from requests_mock.contrib import fixture
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue