mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Revert "Make 'powerline' a namespace package"
This reverts commit 57bd0af2721bf5ad18b512f347d6a08468ce0767.
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__)
|
1
setup.py
1
setup.py
@ -33,5 +33,4 @@ setup(name='Powerline',
|
||||
'Sphinx',
|
||||
],
|
||||
},
|
||||
namespace_packages=['powerline'],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user