21020: Make arvados.api.http_cache get a path from the environment
[arvados.git] / sdk / python / arvados / timer.py
index f3bf839dd5f8ebf9fa23a20e6cdd0ee7beb9452d..39dbc7874eaaed8d72e6f7980e70af39168b69b5 100644 (file)
@@ -1,5 +1,7 @@
-from __future__ import print_function
-from builtins import object
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 import time
 
 class Timer(object):