commit | 1c1c44e65b8e90f7e2a4fea8adbee691852efaa3 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue Mar 14 10:19:19 2017 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Mar 14 11:10:47 2017 -0700 |
tree | ed33ede4b7830dacc48defe44345c635341624cb | |
parent | d94cbfc69b1bf2a8fdb687db251392cdc4769e56 [diff] [blame] |
CORD-1008 update vrouter synchronizer to use new_base Change-Id: I59df976c7b819ec49a0bade2f748f33ce7995433
diff --git a/xos/synchronizer/vrouter-synchronizer.py b/xos/synchronizer/vrouter-synchronizer.py index 93dcb72..6db012f 100644 --- a/xos/synchronizer/vrouter-synchronizer.py +++ b/xos/synchronizer/vrouter-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()