horizon/openstack_dashboard/dashboards/project/data_processing/jobs
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
..
templates/data_processing.jobs Replace "tenant" with "project" in visible strings 2014-09-10 14:45:44 +09:00
workflows Replace "tenant" with "project" in visible strings 2014-09-10 14:45:44 +09:00
__init__.py Adding Jobs and Job Executions panels for Sahara 2014-07-22 16:54:35 -04:00
panel.py Adding Jobs and Job Executions panels for Sahara 2014-07-22 16:54:35 -04:00
tables.py Add some missing '+' icons 2014-07-29 20:24:47 +04:00
tabs.py Adding Jobs and Job Executions panels for Sahara 2014-07-22 16:54:35 -04:00
tests.py Adding Jobs and Job Executions panels for Sahara 2014-07-22 16:54:35 -04: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 Replace mimetype argument name with content_type 2014-07-25 13:01:21 +02:00