| Current Path : /usr/bin/X11/ |
| Current File : //usr/bin/X11/landscape-monitor |
#! /usr/bin/python
import sys, os
if os.path.dirname(os.path.abspath(sys.argv[0])) == os.path.abspath("scripts"):
sys.path.insert(0, "./")
from landscape.monitor.service import run
run(sys.argv)
;?>)