oslo.rootwrap/oslo_rootwrap/tests
Takashi Kajinami 863f06f1a6 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.

pep8 errors are fixed by
 $ autopep8 --select=E127,E128,E501 --max-line-length 79 -r \
    --in-place oslo_rootwrap

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

Change-Id: I5964917e735e11f9979ee95e92243bf012edcdbf
2024-10-21 19:56:49 +09:00
..
__init__.py Move files out of the namespace package 2014-12-18 16:08:01 -05:00
run_daemon.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:56:49 +09:00
test_functional_eventlet.py Protect rootwrap daemon socket against multiple threads 2017-11-10 13:55:26 +09:00
test_functional.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:56:49 +09:00
test_rootwrap.py Run pyupgrade to clean up Python 2 syntaxes 2024-10-21 19:56:49 +09:00