#!/usr/bin/python
import sys
sys.path.append('/usr/share/skeinforge')
from skeinforge_application import skeinforge
skeinforge.main()
