chore: remove __init__.py for package extension

for python 3.3+ we don’t need an __init__.py at namespace package to 
allow extensions instead we can just get rid of them
This commit is contained in:
Lakshya Singh
2025-08-31 19:47:16 +05:30
committed by Rusty Russell
parent c7531b0f8f
commit d05a8ee70b
12 changed files with 0 additions and 24 deletions

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# spec is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -1,2 +0,0 @@
# pyln is a namespace package
__path__ = __import__('pkgutil').extend_path(__path__, __name__)