summaryrefslogtreecommitdiffstats
path: root/test/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/__init__.py')
-rw-r--r--test/__init__.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/__init__.py b/test/__init__.py
deleted file mode 100644
index 139fd0c..0000000
--- a/test/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- 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__))))