18122: Fix "get collection by pdh" when manifest_text is unselected.
[arvados.git] / services / fuse / bin / arv-mount
index f8fc96f54935450e8a9af8115b6af972d5d3a49e..019e9644a849423d7868f7ecec7d59e697e5d897 100755 (executable)
@@ -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()