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__)
|
|
@ -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__)
|
|
@ -0,0 +1,2 @@
|
||||||
|
from pkgutil import extend_path
|
||||||
|
__path__ = extend_path(__path__, __name__)
|
Loading…
Reference in New Issue