Created
March 5, 2012 16:59
-
-
Save dmdavis/1979277 to your computer and use it in GitHub Desktop.
Namespaced __init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from pkgutil import extend_path | |
__base_path__ = __path__ | |
__path__ = extend_path(__path__, __name__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment