From 7ea52d2b586144fdc033a3ffc1c4a4bbb99b5440 Mon Sep 17 00:00:00 2001 From: Han-Lin Chen Date: Thu, 27 Jan 2022 02:18:07 +0800 Subject: utils: ipc: Add __init__.py for local module utils/ipc/generators It's to fix build errors with mojom in ChromeOS chroot. The reason is that ChromeOS recently moves native mojom generators module into site-packages, which has higher import precedence than the local namespace package and shadows the local package of the same. Add __init__.py to make it an explicit package to avoid shadowing. Signed-off-by: Han-Lin Chen Tested-by: Laurent Pinchart Reviewed-by: Laurent Pinchart Reviewed-by: Paul ELder Signed-off-by: Laurent Pinchart --- utils/ipc/generators/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 utils/ipc/generators/__init__.py (limited to 'utils') diff --git a/utils/ipc/generators/__init__.py b/utils/ipc/generators/__init__.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1