Skip to content

Instantly share code, notes, and snippets.

@dmdavis
Created May 1, 2012 19:01
Show Gist options
  • Select an option

  • Save dmdavis/2570514 to your computer and use it in GitHub Desktop.

Select an option

Save dmdavis/2570514 to your computer and use it in GitHub Desktop.
Nested Python Package using pkgutil
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