mango-explorer/tests/context.py

6 lines
122 B
Python

import mango
import os
import sys
sys.path.insert(0, os.path.abspath(
os.path.join(os.path.dirname(__file__), "..")))