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
2024-02-07 12:26:30 +09:00
2019-04-19 19:48:27 +00:00
2015-10-23 18:51:29 +11:00
2019-12-11 10:26:01 +00:00
2015-10-23 18:51:29 +11:00
2023-10-26 14:57:13 +02:00
2024-01-26 01:14:08 +09:00
2024-10-09 22:43:53 +09:00
2020-02-11 18:51:53 +01:00
2024-10-21 20:00:50 +09:00

Team and repository tags

image

oslo.privsep

Latest Version

OpenStack library for privilege separation

This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.

Description
OpenStack library for privilege separation
Readme 2.9 MiB
Languages
Python 100%