horizon/openstack_dashboard/dashboards/admin/hypervisors
Tatiana Ovchinnikova 539c14e1c6 Remove #noqa from two common imports and add them to import_exceptions
We have two imports with #noqa: django.conf.urls.patterns and
django.conf.urls.url however using them is a standard way of creating
any urls.py module. So there are over 150 imports in Horizon code
where #noqa could be replaced with two lines in list of import_exceptions.

Change-Id: I81c3290e0dc958b5037dd6a87e44df18adfbe751
2014-09-16 14:08:28 +04:00
..
compute Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
templates/hypervisors Need ability to evacuate host in syspanel 2014-09-02 21:34:13 -06:00
__init__.py adding hypervisors panel to admin dashboard 2013-07-05 07:13:16 +02:00
panel.py Tolerate service catalog and endpoint connection errors 2014-07-21 08:38:53 -05:00
tables.py hyperlink from hypervisor page to instance details 2014-06-18 23:38:31 +05:30
tabs.py Need ability to evacuate host in syspanel 2014-09-02 21:34:13 -06:00
tests.py Need ability to evacuate host in syspanel 2014-09-02 21:34:13 -06:00
urls.py Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
views.py Need ability to evacuate host in syspanel 2014-09-02 21:34:13 -06:00