aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mentor-staging/lib/oe/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mentor-staging/lib/oe/__init__.py')
-rw-r--r--meta-mentor-staging/lib/oe/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-mentor-staging/lib/oe/__init__.py b/meta-mentor-staging/lib/oe/__init__.py
deleted file mode 100644
index 86f9a56b..00000000
--- a/meta-mentor-staging/lib/oe/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: GPL-2.0-only
-# ---------------------------------------------------------------------------------------------------------------------
-
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)