summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
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