mirror of
https://github.com/powerline/powerline.git
synced 2025-07-21 21:05:11 +02:00
Create shared namespaces for powerline.{matchers,segments}.plugin
This commit is contained in:
parent
d67e929fec
commit
42ea2bf539
@ -0,0 +1,2 @@
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
2
powerline/matchers/plugin/__init__.py
Normal file
2
powerline/matchers/plugin/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
@ -0,0 +1,2 @@
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
2
powerline/segments/plugin/__init__.py
Normal file
2
powerline/segments/plugin/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
Loading…
x
Reference in New Issue
Block a user