commit | 04a37f5823ee1ba2d5745ad4f19775ccb982ae77 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Aug 11 10:52:21 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Aug 11 10:52:21 2016 -0700 |
tree | 75923ba240a0969a6b257bf1bbd9c4db07f01530 | |
parent | b63ea7915278fa7f9a847ead954bc69aafb1919c [diff] [blame] |
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