Merge branch '21383-misc-fixes'. Refs #21383
[arvados.git] / tools / keep-xref / keep-xref.py
index 7bc41589283fabd2e4e98e7444a2ea5e96a1248b..77e8bc5d9189ec44de475dede8c7a2cb45851d15 100755 (executable)
@@ -1,11 +1,10 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: AGPL-3.0
 #
 
-from __future__ import print_function, absolute_import
 import argparse
 import arvados
 import arvados.util