8b10b/tests/context.py

8 lines
149 B
Python
Raw Normal View History

2019-04-30 13:55:09 +00:00
# -*- coding: utf-8 -*-
import sys
import os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
import encdec8b10b