From 6466dc62c31d382837de7d7d5d2e4201e86e24fb Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 31 Mar 2026 14:38:15 +0200 Subject: [PATCH] Make mbedtls_maintainer a Python package Signed-off-by: Gilles Peskine --- util/mbedtls_maintainer/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 util/mbedtls_maintainer/__init__.py diff --git a/util/mbedtls_maintainer/__init__.py b/util/mbedtls_maintainer/__init__.py new file mode 100644 index 000000000..6a5ed79ad --- /dev/null +++ b/util/mbedtls_maintainer/__init__.py @@ -0,0 +1,3 @@ +# This file needs to exist to make mbedtls_maintainer a package. +# Among other things, this allows modules in this directory to make +# relative imports.