# -*- coding: utf-8 -*- import sys from os import path contrib = path.dirname(__file__) sys.path.append(path.join(contrib, '..'))