~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to bin/txaws-get-object

  • Committer: Paul Hummer
  • Date: 2010-01-13 20:04:32 UTC
  • mto: This revision was merged to the branch mainline in revision 56.
  • Revision ID: paul@eventuallanyway.com-20100113200432-8efkmycmms38zbe5
Used the new txaws.reactor module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from txaws.credentials import AWSCredentials
9
9
from txaws.script import parse_options
10
10
from txaws.service import AWSServiceRegion
11
 
from txaws.util import reactor
 
11
from txaws.reactor import reactor
12
12
 
13
13
 
14
14
def printResults(results):