context.py 158 Bytes
Newer Older
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 simso  # nopep8