oslo.i18n/oslo_i18n
Takashi Kajinami 8f15fe900f Run pyupgrade to clean up Python 2 syntaxes
Update all .py source files by
 $ pyupgrade --py3-only $(git ls-files | grep ".py$")
to modernize the code according to Python 3 syntaxes.

Also add the pyupgrade hook to pre-commit to avoid merging additional
Python 2 syntaxes.

Change-Id: I9fe7d07fe6184833e1fbb228efc7d7308430782a
2024-10-21 21:16:23 +09:00
..
locale Imported Translations from Zanata 2023-05-06 03:45:03 +00:00
tests Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
__init__.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_factory.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
_gettextutils.py Remove all usage of six library 2020-11-26 14:41:12 +08:00
_i18n.py Update translation setup 2016-01-31 00:20:42 +09:00
_lazy.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_locale.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00
_message.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
_translate.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 21:16:23 +09:00
log.py Move out of the oslo namespace package 2014-12-18 16:35:03 -05:00