#!/usr/bin/python -O

import sys
sys.path.extend(['/usr/share/sampler/tray', '/usr/lib/sampler/tray', '/usr/share/sampler/common'])

import Main
Main.main()
