X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5c1c5e34118a3867fca9e7f0150074ea18623939..84485330ff92a496763d1e471f8ed666e6da0a4f:/services/fuse/tests/test_unmount.py diff --git a/services/fuse/tests/test_unmount.py b/services/fuse/tests/test_unmount.py index bf180beb7a..8c60f9a0f5 100644 --- a/services/fuse/tests/test_unmount.py +++ b/services/fuse/tests/test_unmount.py @@ -2,6 +2,7 @@ # # SPDX-License-Identifier: AGPL-3.0 +from __future__ import absolute_import import arvados_fuse.unmount import os import subprocess @@ -10,7 +11,7 @@ import tempfile import time import unittest -from integration_test import IntegrationTest +from .integration_test import IntegrationTest class UnmountTest(IntegrationTest): def setUp(self):