Skip to content

Instantly share code, notes, and snippets.

@markmevans
Created February 19, 2014 23:57
Show Gist options
  • Save markmevans/9104145 to your computer and use it in GitHub Desktop.
Save markmevans/9104145 to your computer and use it in GitHub Desktop.
A hack for PyBuilder build.py files to import support code and/or build specific plugins without cluttering the project's root directory.
# Add the following to the top of your build.py file:
import sys
sys.path.insert(0, 'bldsup') # Project subdirectory for build specific extensions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment