aboutsummaryrefslogtreecommitdiffstats
path: root/tests/context.py
blob: 352a47b9af21da3adce46079650782020e1fc4cf (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

import sys
import os

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

import fg21sim