14965: Updates fuse tests with futurize stage1
[arvados.git] / services / fuse / tests / test_retry.py
index 81d5c86072d8b0f6e7008235f128adfda2857550..58b7bacc3327395c045f0245a1a51316a3c967fe 100644 (file)
@@ -1,3 +1,8 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+from __future__ import absolute_import
 import arvados
 import arvados_fuse.command
 import json
@@ -5,7 +10,7 @@ import mock
 import os
 import pycurl
 import Queue
-import run_test_server
+from . import run_test_server
 import tempfile
 import unittest