summaryrefslogtreecommitdiffstats
path: root/test/__init__.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-16 19:51:27 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-03-16 20:06:33 +0100
commitf5143327b243fc616f37252d76bd31f2690b088d (patch)
tree0c165ca6b5a6a0783d594b2beeb50295e52f6a5f /test/__init__.py
parentMergify: configuration update (diff)
downloadglucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar.gz
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar.bz2
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar.lz
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar.xz
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.tar.zst
glucometerutils-f5143327b243fc616f37252d76bd31f2690b088d.zip
Diffstat (limited to '')
-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__))))