/opt/imh-python/lib/python3.9/site-packages/keystoneauth1
NameSizeModeActions
access/-0755rm
exceptions/-0755rm
extras/-0755rm
fixture/-0755rm
hacking/-0755rm
identity/-0755rm
loading/-0755rm
tests/-0755rm
__pycache__/-0755rm
adapter.py287140644editdlrm
discover.py716490644editdlrm
http_basic.py18180644editdlrm
noauth.py9960644editdlrm
plugin.py177610644editdlrm
py.typed00644editdlrm
service_token.py34900644editdlrm
session.py691650644editdlrm
token_endpoint.py37220644editdlrm
_fair_semaphore.py42930644editdlrm
_utils.py38000644editdlrm
__init__.py6390644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/keystoneauth1/__init__.py (639B)
# Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. import pbr.version __version__ = pbr.version.VersionInfo('keystoneauth1').version_string()