Add Neutron 2015.1 for Ubuntu 14.04
[openstack-build/neutron-build.git] / trusty / debian / tests / test_import_neutron.py
diff --git a/trusty/debian/tests/test_import_neutron.py b/trusty/debian/tests/test_import_neutron.py
new file mode 100644 (file)
index 0000000..0d13123
--- /dev/null
@@ -0,0 +1,4 @@
+try:
+    import neutron
+except ImportError, e:
+    print "ERROR IMPORTING MODULE"