Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Aug 22, 2009
1 parent 475c929 commit b1ea565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/py65/__init__.py
@@ -1 +1,6 @@
__import__('pkg_resources').declare_namespace(__name__)
# See http://peak.telecommunity.com/DevCenter/setuptools#namespace-packages
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

0 comments on commit b1ea565

Please sign in to comment.