Files
shenzhen-solitaire/test/context.py
Lukas Wölfer af2565548e Worked a bit
2019-04-19 23:58:07 +02:00

8 lines
196 B
Python

"""Adjust context to add the project to the search past"""
import os
import sys
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), '..')))
import shenzhen_solitaire