meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / python / python-backports-init / backports / __init__.py
diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init/backports/__init__.py b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init/backports/__init__.py
deleted file mode 100644 (file)
index febdb2f..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# A Python "namespace package" http://www.python.org/dev/peps/pep-0382/
-# This always goes inside of a namespace package's __init__.py
-
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)