Files
PointsBot/tests/context.py

7 lines
132 B
Python
Raw Normal View History

2020-02-01 00:23:15 -08:00
import sys
from os.path import abspath, dirname, join
2020-02-01 00:23:15 -08:00
sys.path.insert(0, abspath(join(dirname(__file__), '..')))
import pointsbot