take advantage of absolute_import to simplify import statements
[htsworkflow.git] / htsworkflow / pipelines / test / test_summary.py
index 835d2069d22d714c2185cef8ae821648782fb70d..98b4fd0fe528a829ca41d3896451568ba6bab47c 100644 (file)
@@ -1,10 +1,12 @@
 #!/usr/bin/env python
+from __future__ import absolute_import
+
 import os
 from six.moves import StringIO
 from unittest import TestCase
 
 from htsworkflow.pipelines import summary
-from simulate_runfolder import TESTDATA_DIR
+from .simulate_runfolder import TESTDATA_DIR
 
 class SummaryTests(TestCase):
     """Test elements of the summary file parser