14965: Updates fuse tests with futurize stage1
[arvados.git] / services / fuse / tests / test_retry.py
index 1c2ade2717bad110fe7dd29f34c52f884bb06777..58b7bacc3327395c045f0245a1a51316a3c967fe 100644 (file)
@@ -2,6 +2,7 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
+from __future__ import absolute_import
 import arvados
 import arvados_fuse.command
 import json
@@ -9,7 +10,7 @@ import mock
 import os
 import pycurl
 import Queue
-import run_test_server
+from . import run_test_server
 import tempfile
 import unittest