Skip to content

Commit 8c27636

Browse files
committed
relative import
1 parent 2f4196e commit 8c27636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_js_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# we should modify the subprocess imported from cwltool.sandboxjs
1010
from cwltool.sandboxjs import (check_js_threshold_version,
1111
subprocess)
12-
from tests.util import get_data
12+
from .util import get_data
1313

1414

1515
class Javascript_Sanity_Checks(unittest.TestCase):

tests/test_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import cwltool.factory
88
from cwltool.executors import MultithreadedJobExecutor
99
from cwltool.utils import onWindows
10-
from tests.util import get_data
10+
from .util import get_data
1111

1212

1313
class TestParallel(unittest.TestCase):

0 commit comments

Comments
 (0)