Update rpm, deb specs according to "requirements.txt"
[openstack-build/cinder-build.git] / trusty / debian / tests / test_import_cinder.py
1 try:
2     import cinder
3 except ImportError, e:
4     print "ERROR IMPORTING MODULE"