projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
8460: status.json -> debug.json
[arvados.git]
/
build
/
package-testing
/
test-package-python27-python-arvados-python-client.sh
1
#!/bin/sh
2
3
exec python2.7 <<EOF
4
import arvados
5
print "Successfully imported arvados"
6
EOF