Skip to content

Instantly share code, notes, and snippets.

@konstantint
Created October 18, 2012 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save konstantint/3911953 to your computer and use it in GitHub Desktop.
Save konstantint/3911953 to your computer and use it in GitHub Desktop.
Python: Namespace package __init__.py
# Namespace package
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment