horizon/openstack_dashboard/dashboards/project/floating_ips
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/floating_ips Fixes a series of bugs related to Floating IPs. 2019-12-17 13:30:25 +09:00
__init__.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
forms.py Use python3-style super() 2020-10-15 14:37:20 +09:00
panel.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tables.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
tests.py Refactor quota related unit tests 2020-10-26 17:20:52 +09:00
urls.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00
workflows.py Use python3-style super() 2020-10-15 14:37:20 +09:00