Remove tests stuff
[openstack-build/neutron-build.git] / tests / test_import_neutron.py
1 try:
2     import neutron
3 except ImportError, e:
4     print "ERROR IMPORTING MODULE"