~tribaal/txaws/xss-hardening

1
2
3
4
5
6
7
8
9
#!/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))