summaryrefslogtreecommitdiff
path: root/awsauth.py
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 /awsauth.py
parent2181a74fcffc591dcc310346973475ae3a514f01 (diff)
downloadpython-requests-aws-master.tar.gz
Remove duplicateHEADmaster
Diffstat (limited to 'awsauth.py')
-rw-r--r--awsauth.py1
1 files changed, 0 insertions, 1 deletions
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: