1import os.path
2import sys
3
4# This bit of evil should inject third_party into the path for relative imports.
5sys.path.insert(1, os.path.dirname(__file__))
6