horizon/openstack_dashboard/dashboards/project/data_processing/cluster_templates
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.cluster_templates Add Data Processing missing translations 2014-08-22 17:06:20 +04:00
workflows Fix Flake8 style warnings in openstack_dashboard/ 2014-07-30 14:13:24 +02:00
__init__.py Adding cluster_template and cluster panels for Sahara 2014-07-15 13:58:34 -04:00
forms.py Cleanup for Sahara fields 2014-07-25 11:17:23 +04:00
panel.py Adding cluster_template and cluster panels for Sahara 2014-07-15 13:58:34 -04:00
tables.py Data processing templates tables refactoring 2014-08-15 17:49:25 +04:00
tabs.py Adding cluster_template and cluster panels for Sahara 2014-07-15 13:58:34 -04:00
tests.py Adding cluster_template and cluster panels for Sahara 2014-07-15 13:58:34 -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 [Sahara] Added error handling for cluster template list 2014-08-08 15:57:38 -07:00