summaryrefslogtreecommitdiff
path: root/awsauth.py
diff options
context:
space:
mode:
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: