8008: Move test files into their own directories. Fix rails package tests to
[arvados.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