horizon/openstack_dashboard/dashboards/project/api_access
YuehuiLei 87f498bee5 Drop the usage of unicode prefix from unicode strings
All strings are considered as unicode strings in python 3,
so we no longer need "u" prefix (u'...').

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I796d2fcdca066475bbf29d25cbf2aa67b2b2178b
2021-02-12 13:05:27 -06:00
..
templates/api_access Show username and user ID on "User Credentials Details" popup 2019-08-05 08:52:51 +00:00
__init__.py Make API Access a panel under compute 2017-01-31 01:01:29 +00:00
forms.py Make API Access a panel under compute 2017-01-31 01:01:29 +00:00
panel.py flake8-import-order: Ensure to place project imports last 2017-09-20 01:19:38 +00:00
tables.py Drop deprecated Keystone V2 API support 2019-09-12 17:15:07 +00:00
tests.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
urls.py Remove deprecated SHOW_KEYSTONE_V2_RC config option 2019-05-14 11:55:53 +00:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00