Fixed formatting (autopep8 + black + manual postprocessing). (#3208)

Added typing.
Replaced os.path with pathlib.
Made it work.
Fixes in .gitignore.
This commit is contained in:
KOLANICH 2020-02-07 22:06:34 +00:00 committed by GitHub
parent d7bca1137c
commit 91cefc6a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 98 additions and 70 deletions

4
.gitignore vendored
View file

@ -42,4 +42,6 @@ seccomp.block_secondary
seccomp.mdwx
src/common.mk
aclocal.m4
__pycache__
*.pyc
*.pyo