horizon/horizon/utils
YuehuiLei 87f498bee5 Drop the usage of unicode prefix from unicode strings
All strings are considered as unicode strings in python 3,
so we no longer need "u" prefix (u'...').

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I796d2fcdca066475bbf29d25cbf2aa67b2b2178b
2021-02-12 13:05:27 -06:00
..
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
babel_extract_angular.py Drop the usage of unicode prefix from unicode strings 2021-02-12 13:05:27 -06:00
csvbase.py Use python3-style super() 2020-10-15 14:37:20 +09:00
escape.py Escape angularjs templating in unsafe HTML 2016-06-15 11:03:01 -04:00
file_discovery.py Fix W503 warnings 2018-04-11 18:13:47 +09:00
filters.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
functions.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
html.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
lazy_encoder.py Use python3-style super() 2020-10-15 14:37:20 +09:00
memoized.py Define default settings explicitly (horizon) 2019-09-12 15:05:56 +09:00
scss_filter.py Use python3-style super() 2020-10-15 14:37:20 +09:00
secret_key.py pylint: fix unnecessary-pass warning 2019-01-16 13:10:16 +09:00
settings.py Remove six usage from horizon package 2020-01-15 12:36:11 +02:00
validators.py Bump hacking to 1.1.0 2018-11-10 16:44:25 +09:00