horizon/openstack_dashboard/dashboards/admin/rbac_policies
Ivan Kolodyazhny 14e779bbac Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: I2de669d8e89b8daeb7ee5405ffab35af6307c40b
2020-03-26 19:45:37 +02:00
..
templates/rbac_policies Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
__init__.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
forms.py Merge "Check if network_id and qos_policy_id is empty" 2019-05-28 08:09:19 +00:00
panel.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tables.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
tabs.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
tests.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
urls.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
views.py pylint: Fix consider-using-(dict|set)-comprehension 2019-01-13 00:59:05 +09:00