Remove unused import

This commit is contained in:
Idan Gazit
2012-03-13 17:04:26 -07:00
parent 17170a2ca7
commit eae641485b
+1 -1
View File
@@ -11,7 +11,7 @@ import time
import hashlib
from base64 import b64encode
from .compat import urlparse, str, bytes
from .compat import urlparse, str
from .utils import randombytes, parse_dict_header