blob: df697ec5c3577f31ac4709a69602985b8b1b993e [file] [log] [blame]
#!/usr/bin/env python
# This imports and runs ../../xos-observer.py
import importlib
import os
import sys
#observer_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../synchronizers/base")
sys.path.append("/opt/xos/synchronizers/base")
print sys.path
mod = importlib.import_module("xos-synchronizer")
mod.main()