#!/usr/bin/env python
# Copyright (C) 2009 Robert Collins <robertc@robertcollins.net>
# Licenced under the txaws licence available at /LICENSE in the txaws source.
import sys
from txaws.client.gui.gtk import main


sys.exit(main(sys.argv))

