~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/credentials.py

  • Committer: Duncan McGreggor
  • Date: 2009-09-05 00:26:12 UTC
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: duncan@canonical.com-20090905002612-cuk3ndv1tkpadgag
Replaced all occurances of ' in all the modules with " (excepting proper usage
of apostrophes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from txaws.util import hmac_sha1
9
9
 
10
10
 
11
 
__all__ = ['AWSCredentials']
 
11
__all__ = ["AWSCredentials"]
12
12
 
13
13
 
14
14
ENV_ACCESS_KEY = "AWS_ACCESS_KEY_ID"