Files
PointsBot/tests/context.py
2020-02-07 21:31:52 -08:00

7 lines
132 B
Python

import sys
from os.path import abspath, dirname, join
sys.path.insert(0, abspath(join(dirname(__file__), '..')))
import pointsbot