projects
/
arvados-dev.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix dependencies after installing built package. refs #8345
[arvados-dev.git]
/
jenkins
/
package-testing
/
test-package-python27-python-arvados-python-client.sh
1
#!/bin/sh
2
3
exec python <<EOF
4
import arvados
5
print "Successfully imported arvados"
6
EOF