Skip to content

Instantly share code, notes, and snippets.

@Averroes
Created April 10, 2015 16:58
Show Gist options
  • Select an option

  • Save Averroes/addad7aa2d5c2e3c605e to your computer and use it in GitHub Desktop.

Select an option

Save Averroes/addad7aa2d5c2e3c605e to your computer and use it in GitHub Desktop.
making separate directories import under a common namespace
import sys
sys.path.extend(['foo-package', 'bar-package'])
import spam.blah
import spam.grok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment