summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Tax <paultax@gmail.com>2015-08-24 21:37:40 +0200
committerPaul Tax <paultax@gmail.com>2015-08-24 21:37:40 +0200
commit46f2e90ea48e18d8f32c6473fecdf0da4ef04847 (patch)
tree29b2a88f82c37fa2c2ef7635663e69357b52649f
parent2181a74fcffc591dcc310346973475ae3a514f01 (diff)
downloadpython-requests-aws-master.tar.gz
Remove duplicateHEADmaster
-rw-r--r--.travis.yml1
-rw-r--r--awsauth.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 58b12bb..547bcbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ sudo: false
language: python
python:
- "2.6"
- - "2.6"
- "2.7"
- "3.2"
- "3.3"
diff --git a/awsauth.py b/awsauth.py
index 221e70c..b97e149 100644
--- a/awsauth.py
+++ b/awsauth.py
@@ -2,7 +2,6 @@
import hmac
from hashlib import sha1 as sha
-import urllib
py3k = False
try: