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:
committed by
Rusty Russell
parent
c7531b0f8f
commit
d05a8ee70b
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
@@ -1,2 +0,0 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
Reference in New Issue
Block a user