Create shared namespaces for powerline.{matchers,segments}.plugin

This commit is contained in:
Kim Silkebækken 2013-08-20 13:40:36 +02:00
parent d67e929fec
commit 42ea2bf539
4 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

View File

@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

View File

@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

View File

@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)