fix namespace packages

This commit is contained in:
Lance Edgar 2012-11-09 06:06:40 -08:00
parent a2b7b1b89b
commit 73c8839db4
2 changed files with 2 additions and 4 deletions

View file

@ -1,2 +1 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__import__('pkg_resources').declare_namespace(__name__)

View file

@ -1,2 +1 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
__import__('pkg_resources').declare_namespace(__name__)