diff --git a/castellan/keymgr/__init__.py b/castellan/keymgr/__init__.py index 88efcad1..59488dc9 100644 --- a/castellan/keymgr/__init__.py +++ b/castellan/keymgr/__init__.py @@ -13,8 +13,9 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo.utils import importutils from oslo_config import cfg +from oslo_utils import importutils + keymgr_opts = [ cfg.StrOpt('api_class',