From d833d89ade81fd72efb76fb796cd5073e4e7c221 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 20 Oct 2020 15:21:04 +0200 Subject: Symlinking library from submodule --- tests.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests.py') 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 -- cgit v1.2.3