summaryrefslogtreecommitdiffstats
path: root/common.py
blob: cc1a52e1d3a3e717a61c2a5586c049a1c414dd10 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

import sys
from os import path

contrib = path.dirname(__file__)
sys.path.append(path.join(contrib, '..'))