heat-dashboard/openstack_dashboard/dashboards/project/stacks
Radomir Dopieralski 12c9cc335f Remove #noqa from most common imports and add them to import_exceptions
We have a lot of import with #noqa that is there to ignore h302,
because it's traditional to import and use a name directly, instead
of a whole module. This hides other errors and gives people the
impression that it's actually fine to import non-modules, you just
have to slap #noqa on those lines.

I went through the code and identified about a dozen names that are
most commonly imported this way. I remove the #noqa tag from them,
and added them to the list in import_exceptions.

I also removed a few unused imports that were revealed in the process.

Change-Id: I27afb8e2b1d4759ec974ded9464d8f010312ee78
2014-01-07 12:26:35 +01:00
..
templates/stacks Rename heat logical_resource_id to resource_name 2013-08-27 14:13:56 +12:00
__init__.py Implementation of a Heat stacks UI. 2013-07-03 03:48:31 -07:00
api.py Gate on H102 Apache 2.0 license header not found for pep8 2013-11-19 13:55:04 -05:00
forms.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
mappings.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
panel.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
sro.py Gate on H102 Apache 2.0 license header not found for pep8 2013-11-19 13:55:04 -05:00
tables.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
tabs.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
tests.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
urls.py Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
views.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00