horizon/horizon/utils
Victor Stinner c63d7a6390 Port password tests to Python 3
* load_template_source(): use io.open() with an encoding instead of
  open(), to have the same behaviour on Python 2 and Python 3
* assertRedirectsNoFollow(): remove an useless assertion on the
  response status code which is already tested a few lines below. The
  assertion used code/100 which returns a float on Python 3, whereas
  an int was expected.
* add_logout_reason(): don't encode reason to UTF-8 on Python 3
* tox.ini: add openstack_dashboard.dashboards.settings.password to
  Python 3.4

Partial-Implements: blueprint porting-python3
Change-Id: Iff8997917b5d812952150b2abe89ddd12deab0c0
2015-09-04 12:27:04 +02:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
babel_extract_angular.py Babel extractor translating inner tags 2015-08-17 15:25:58 -07:00
csvbase.py Fix Python 3 issues in base modules 2015-07-13 15:02:19 +02:00
file_discovery.py Fixing docstring formatting errors and warnings 2015-08-18 17:14:22 -06:00
filters.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
functions.py Port password tests to Python 3 2015-09-04 12:27:04 +02:00
html.py Allow access to HTML final class string 2014-08-11 18:19:27 +00:00
memoized.py Invalid instance_snapshot causes KeyError 2014-10-28 15:51:33 -04:00
scss_filter.py SCSS $webroot should inherit from settings.py 2015-08-15 08:05:24 -07:00
secret_key.py Replace lockfile by oslo_concurrency 2015-01-26 16:53:43 +01:00
units.py Update metering unit selection to use smaller units for time 2014-11-19 20:44:43 -06:00
urlresolvers.py Remove the urlquote to arguments passed to reverse 2014-09-05 10:47:21 -04:00
validators.py Move validate_metadata to utils/validators 2015-05-31 09:26:52 +08:00