Merge "Update RPM-specs to 2013.2 version" into openstack-ci/build/havana
[openstack-build/cinder-build.git] / debian / tests / test_import_cinder.py
1 try:
2     import cinder
3 except ImportError, e:
4     print "ERROR IMPORTING MODULE"