summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-10-20 15:21:04 +0200
committeremkael <emkael@tlen.pl>2020-10-20 15:22:53 +0200
commitd833d89ade81fd72efb76fb796cd5073e4e7c221 (patch)
treea8b1ea9a9b35c7f7666545383948d0af493aa0e5 /tests.py
parentd170916f04a535d9e72ff453b18bbd351e356b7c (diff)
Symlinking library from submodule
Diffstat (limited to 'tests.py')
-rw-r--r--tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests.py b/tests.py
index 3f7e4c5..ac9f260 100644
--- a/tests.py
+++ b/tests.py
@@ -1,8 +1,5 @@
import filecmp, itertools, os, sys, tempfile
-pybcddpath = os.path.realpath(os.path.join(os.path.dirname(__file__), 'pybcdd'))
-sys.path.append(pybcddpath)
-
from dealconvert import DealConverter
import pytest