python-barbicanclient/barbicanclient
Takashi Kajinami 771eb86402 Remove unicode literal
... because u'...' is equivalent to '...' in Python 3. Also, removed
the unicode prefix from example outputs because it is no longer shown
in Python 3.

Change-Id: I1f8fbec1d711659872cb07d2dcef9e33d5a9d21a
2022-05-18 13:31:28 +00:00
..
barbican_cli Fix the import warning of secrets 2022-05-16 21:02:55 +00:00
tests Remove unicode literal 2022-05-18 13:31:28 +00:00
v1 Remove unicode literal 2022-05-18 13:31:28 +00:00
__init__.py Workaround for importing objects from old path 2017-07-29 09:53:02 +08:00
_i18n.py Update the documentation link for doc migration 2017-07-21 16:22:19 +08:00
barbican.py Update hacking for Python3 2020-06-09 15:34:39 +02:00
base.py Allow fetching by UUID, and respect interface 2018-09-11 17:08:36 -06:00
client.py Update hacking for Python3 2020-06-09 15:34:39 +02:00
exceptions.py Refactor barbicanclient 2017-06-20 10:59:08 +08:00
formatter.py Add to_dict method to EntityFormatter. 2015-10-09 11:29:03 -04:00
osc_plugin.py Pass OSC interface through to barbican plugin 2018-01-16 17:18:42 +01:00
version.py Set client module __version__ 2017-03-25 06:11:52 +00:00