summaryrefslogtreecommitdiffstats
path: root/contrib/python/cryptography/_cffi_src/build_padding.py
diff options
context:
space:
mode:
authortorkve <[email protected]>2022-02-10 16:48:23 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:23 +0300
commitf9cfbeee51d5849127bb58793a2edcdfd7bb91bb (patch)
treef7c863cfcc3f1cb6de7f77e11fec2ae60868c8fb /contrib/python/cryptography/_cffi_src/build_padding.py
parent5eefa17021221fd267f1dd5f9d63d2493d131a8a (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/cryptography/_cffi_src/build_padding.py')
-rw-r--r--contrib/python/cryptography/_cffi_src/build_padding.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/python/cryptography/_cffi_src/build_padding.py b/contrib/python/cryptography/_cffi_src/build_padding.py
index 207f4a658ea..730239cbc76 100644
--- a/contrib/python/cryptography/_cffi_src/build_padding.py
+++ b/contrib/python/cryptography/_cffi_src/build_padding.py
@@ -9,14 +9,14 @@ import os
from _cffi_src.utils import build_ffi, compiler_type, extra_link_args
-with open(
- os.path.join(os.path.dirname(__file__), "hazmat_src/padding.h")
-) as f:
+with open(
+ os.path.join(os.path.dirname(__file__), "hazmat_src/padding.h")
+) as f:
types = f.read()
-with open(
- os.path.join(os.path.dirname(__file__), "hazmat_src/padding.c")
-) as f:
+with open(
+ os.path.join(os.path.dirname(__file__), "hazmat_src/padding.c")
+) as f:
functions = f.read()
ffi = build_ffi(