Merge branch 'master' of git.curoverse.com:arvados into 13429-cwl-runner-storage...
[arvados.git] / services / fuse / bin / arv-mount
index f8fc96f54935450e8a9af8115b6af972d5d3a49e..2663e3def7575e87d492c53f24f9c402ac4d670c 100755 (executable)
@@ -1,6 +1,9 @@
 #!/usr/bin/env python
+# 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()