~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to bin/aws-status

  • Committer: Tristan Seligmann
  • Date: 2009-04-27 23:53:32 UTC
  • mfrom: (3.1.5 client)
  • Revision ID: mithrandi@mithrandi.net-20090427235332-l8azkl1kvn5pjtay
mergeĀ lp:~lifeless/txaws/client

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
# Copyright (C) 2009 Robert Collins <robertc@robertcollins.net>
 
3
# Licenced under the txaws licence available at /LICENSE in the txaws source.
 
4
 
 
5
import sys
 
6
from txaws.client.gui.gtk import main
 
7
sys.exit(main(sys.argv))
 
8