X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1cea943fbc95efdfa1ff9faa8f7c28882560b848..1e4caa330d9c522e7094686916d3324c3e814ffa:/services/fuse/bin/arv-mount diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount index f8fc96f549..019e9644a8 100755 --- a/services/fuse/bin/arv-mount +++ b/services/fuse/bin/arv-mount @@ -1,6 +1,9 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 -import arvados_fuse +import arvados_fuse.command if __name__ == '__main__': args = arvados_fuse.command.ArgumentParser().parse_args()