projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10186: "partition" container runtime constraint takes array of strings instead
[arvados.git]
/
build
/
package-testing
/
test-package-python27-python-arvados-fuse.sh
1
#!/bin/sh
2
3
exec python <<EOF
4
import arvados_fuse
5
print "Successfully imported arvados_fuse"
6
EOF