horizon/horizon/utils
Akihiro Motoki 61091388e9 hacking: noqa cleanup in horizon
attribute-level imports are not checked by hacking module now.
most noqa is used to disable warnings on attribute-level imports.
This commit drops noqa for this purpose.

After this, there are 8 noqa under horizon/ :)

In addition to this, the following changes are made.

horizon/exceptions.py: The following imports are dropped.
They are not used anywhere.
  from django.http import HttpRequest
  from django.views.debug import CLEANSED_SUBSTITUTE

horizon/forms/__init__.py:
Some entries were missing in __all__. They are added.

Change-Id: I33b504ef6c396f0675e8a340867e2ca59c77c684
2017-03-17 19:38:47 +00:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
babel_extract_angular.py Enable Python 3.5 testing and fix tests 2016-09-06 14:41:15 +10:00
csvbase.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
escape.py Escape angularjs templating in unsafe HTML 2016-06-15 11:03:01 -04:00
file_discovery.py Use os.path.relpath in place of string.replace 2016-11-30 11:40:03 +01:00
filters.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
functions.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
html.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
lazy_encoder.py Translate status in network topology 2016-01-18 13:19:20 +00:00
memoized.py Replace six.iteritems(iter) with iter.items() 2016-12-14 11:13:20 +08:00
scss_filter.py SCSS $webroot should inherit from settings.py 2015-08-15 08:05:24 -07:00
secret_key.py Merge "No lock required for reading secret key" 2016-08-29 12:33:03 +00:00
settings.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
units.py Update metering unit selection to use smaller units for time 2014-11-19 20:44:43 -06:00
validators.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00