Revert "Make 'powerline' a namespace package"
This reverts commit 57bd0af272
.
This commit is contained in:
parent
7a25ab1d53
commit
b99e9cb074
|
@ -1,5 +0,0 @@
|
|||
try:
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
except ImportError:
|
||||
from pkgutil import extend_path
|
||||
__path__ = extend_path(__path__, __name__)
|
Loading…
Reference in New Issue