X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-backports-init%2Fbackports%2F__init__.py;fp=meta-starlingx%2Fmeta-stx-integ%2Frecipes-devtools%2Fpython%2Fpython-backports-init%2Fbackports%2F__init__.py;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=febdb2f8202e7665769a73af7e741134529a8d0d;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git 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 index febdb2f..0000000 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-backports-init/backports/__init__.py +++ /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__)