X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..873fcf181c037cc1e42419bfeaf5bb70c9d9e239:/sdk/python/tests/performance/test_a_sample.py diff --git a/sdk/python/tests/performance/test_a_sample.py b/sdk/python/tests/performance/test_a_sample.py index dff098403d..9e54b1f5d2 100644 --- a/sdk/python/tests/performance/test_a_sample.py +++ b/sdk/python/tests/performance/test_a_sample.py @@ -1,6 +1,10 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + import unittest -from performance_profiler import profiled +from .performance_profiler import profiled class PerformanceTestSample(unittest.TestCase): def foo(self): @@ -12,4 +16,4 @@ class PerformanceTestSample(unittest.TestCase): for i in range(0,2**20): j += i self.foo() - print 'Hello' + print('Hello')