Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 17 Mar 2017 21:20:50 +0100
Description: Make sure test suite will find utils

--- a/tests/testcolorspace.py
+++ b/tests/testcolorspace.py
@@ -3,7 +3,7 @@ from __future__ import print_function, d
 
 from cutadapt.colorspace import encode, decode
 from cutadapt.scripts.cutadapt import main
-from .utils import run, datapath
+from utils import run, datapath
 
 # If there are any unknown characters in the test sequence,
 # round tripping will only work if all characters after the
--- a/tests/testpaired.py
+++ b/tests/testpaired.py
@@ -4,7 +4,7 @@ from __future__ import print_function, d
 import shutil
 from nose.tools import raises
 from cutadapt.scripts import cutadapt
-from .utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
+from utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
 
 def run_paired(params, in1, in2, expected1, expected2):
 	if type(params) is str:
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -9,7 +9,7 @@ import sys
 from nose.tools import raises
 from cutadapt.scripts import cutadapt
 from cutadapt.compat import StringIO
-from .utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
+from utils import run, files_equal, datapath, cutpath, redirect_stderr, temporary_path
 
 def test_example():
 	run('-N -b ADAPTER', 'example.fa', 'example.fa')
