summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/controllers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/controllers/__init__.py')
-rw-r--r--meta/lib/oeqa/controllers/__init__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/lib/oeqa/controllers/__init__.py b/meta/lib/oeqa/controllers/__init__.py
deleted file mode 100644
index 0fc905be9a..0000000000
--- a/meta/lib/oeqa/controllers/__init__.py
+++ /dev/null
@@ -1,8 +0,0 @@
1#
2# Copyright OpenEmbedded Contributors
3#
4# SPDX-License-Identifier: GPL-2.0-only
5#
6# Enable other layers to have modules in the same named directory
7from pkgutil import extend_path
8__path__ = extend_path(__path__, __name__)