Files
python-barbicanclient/barbicanclient
Masayoshi Mizuma 03c59e832f Fix the import warning of secrets
openstack command gets the following warning:

  /usr/lib/python3.6/site-packages/barbicanclient/__init__.py:61: UserWarning:
  The secrets module is moved to barbicanclient/v1 directory, direct import of
  barbicanclient.secrets will be deprecated. Please import barbicanclient.v1.secrets
  instead.

To fix that, import secrets from barbicanclient.v1 as the warning indicates.

Change-Id: Ib6548cfe30ce407f349cdeebec9a67e22a31bc74
2022-05-16 21:02:55 +00:00
..
2020-06-09 15:34:39 +02:00
2020-06-09 15:34:39 +02:00
2020-06-09 15:34:39 +02:00
2017-06-20 10:59:08 +08:00
2017-03-25 06:11:52 +00:00