summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: