feat: add __init__.py in packages
allows for namespace sharing in a virtual environment otherwise gets overriden by pyln-proto-grpc's pyln folder
This commit is contained in:
committed by
madelinevibes
parent
c56464ca08
commit
6088a0e49a
2
contrib/pyln-client/pyln/__init__.py
Normal file
2
contrib/pyln-client/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-grpc-proto/pyln/__init__.py
Normal file
2
contrib/pyln-grpc-proto/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-proto/pyln/__init__.py
Normal file
2
contrib/pyln-proto/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt1/pyln/__init__.py
Normal file
2
contrib/pyln-spec/bolt1/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt1/pyln/spec/__init__.py
Normal file
2
contrib/pyln-spec/bolt1/pyln/spec/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt2/pyln/__init__.py
Normal file
2
contrib/pyln-spec/bolt2/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt2/pyln/spec/__init__.py
Normal file
2
contrib/pyln-spec/bolt2/pyln/spec/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt4/pyln/__init__.py
Normal file
2
contrib/pyln-spec/bolt4/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt4/pyln/spec/__init__.py
Normal file
2
contrib/pyln-spec/bolt4/pyln/spec/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt7/pyln/__init__.py
Normal file
2
contrib/pyln-spec/bolt7/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-spec/bolt7/pyln/spec/__init__.py
Normal file
2
contrib/pyln-spec/bolt7/pyln/spec/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# spec is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
2
contrib/pyln-testing/pyln/__init__.py
Normal file
2
contrib/pyln-testing/pyln/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# pyln is a namespace package
|
||||
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
|
||||
Reference in New Issue
Block a user