commit | e95023b0f00f61abe59b7a1f11dd1d685d3a37ea | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Feb 23 09:50:04 2017 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Tue Feb 28 21:16:22 2017 -0800 |
tree | d3da8e5ef608f425dba7def240a8cfb3564913cb | |
parent | c9018a0d83dcffcf0003ff1d152724f0ca58c2c7 [diff] [blame] |
CORD-880 modify exampleservice synchronizer to use new_base Change-Id: I5056982f7dbda607244f14b0095f56f14d10a526
diff --git a/xos/synchronizer/exampleservice-synchronizer.py b/xos/synchronizer/exampleservice-synchronizer.py index 90d2c98..aafdb44 100644 --- a/xos/synchronizer/exampleservice-synchronizer.py +++ b/xos/synchronizer/exampleservice-synchronizer.py
@@ -7,7 +7,7 @@ import sys synchronizer_path = os.path.join(os.path.dirname( - os.path.realpath(__file__)), "../../synchronizers/base") + os.path.realpath(__file__)), "../../synchronizers/new_base") sys.path.append(synchronizer_path) mod = importlib.import_module("xos-synchronizer") mod.main()