summaryrefslogtreecommitdiffstats
path: root/test/__init__.py
blob: 139fd0cddbde8837ab2e2083e9f87d4c6ba6ba1b (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
#
# SPDX-License-Identifier: MIT
"""Add the top-level module to the PYTHONPATH."""

import os
import sys

sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))