diff options
-rw-r--r-- | meta/lib/oe/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oe/__init__.py b/meta/lib/oe/__init__.py index e69de29bb2..3ad9513f40 100644 --- a/meta/lib/oe/__init__.py +++ b/meta/lib/oe/__init__.py @@ -0,0 +1,2 @@ +from pkgutil import extend_path +__path__ = extend_path(__path__, __name__) |