take advantage of absolute_import to simplify import statements
[htsworkflow.git] / encode_submission / test_ucsc_gather.py
index 162f56ad4d6730b13cbb41915b723371828f7cf3..9baf16031aa125735f8799f428db2ff24db0e3cd 100644 (file)
@@ -1,6 +1,8 @@
+from __future__ import absolute_import
+
 from unittest import TestCase, TestSuite, defaultTestLoader
 
-import ucsc_gather
+from . import ucsc_gather
 
 class testUCSCGather(TestCase):
     pass