remove references to openstack_xos

Change-Id: Ie15ad93d36ee8069cad5d04d3e5974f737f31b57
diff --git a/xos/synchronizer/xos-synchronizer.py b/xos/synchronizer/xos-synchronizer.py
index 0036012..e4ac046 100644
--- a/xos/synchronizer/xos-synchronizer.py
+++ b/xos/synchronizer/xos-synchronizer.py
@@ -21,7 +21,7 @@
 config = Config()
 
 # set the driver.
-from openstack_xos.driver import OpenStackDriver
+from synchronizers.openstack.driver import OpenStackDriver
 set_driver(OpenStackDriver())
 
 # after http://www.erlenstar.demon.co.uk/unix/faq_2.html