#!/usr/bin/python
import sys
import frescobaldi_app.main
import app

sys.excepthook = app.excepthook
sys.exit(app.run())
