Update DEB-specs to 2013.2 version
[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"