Revert "Make 'powerline' a namespace package"

This reverts commit 57bd0af272.
This commit is contained in:
Kim Silkebækken 2013-02-04 13:04:17 +01:00
parent 7a25ab1d53
commit b99e9cb074
2 changed files with 0 additions and 6 deletions

View File

@ -1,5 +0,0 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

View File

@ -33,5 +33,4 @@ setup(name='Powerline',
'Sphinx',
],
},
namespace_packages=['powerline'],
)