oslo.privsep/oslo_privsep/tests
Takashi Kajinami d664c17409 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: Ic65f3ab3bd46678c9b604516bc5c99458207a2ff
2024-10-21 20:01:00 +09:00
..
__init__.py Initial cookiecutter project 2015-10-23 18:51:29 +11:00
fixture.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
test_capabilities.py Replace assertItemsEqual with assertCountEqual 2020-06-11 11:51:40 +02:00
test_comm.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
test_daemon.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
test_priv_context.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00
testctx.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 20:01:00 +09:00