projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8aace9
)
[update] Remove useless import
author
Philipp Hagemeister
<phihag@phihag.de>
Wed, 26 Nov 2014 11:37:45 +0000
(12:37 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Wed, 26 Nov 2014 11:37:45 +0000
(12:37 +0100)
youtube_dl/update.py
patch
|
blob
|
history
diff --git
a/youtube_dl/update.py
b/youtube_dl/update.py
index 941db3c8f968fdcc3f134a596c9cba4b50273dd9..4c07a558e7ad2f2db422ed2a0124df49efc6b09c 100644
(file)
--- a/
youtube_dl/update.py
+++ b/
youtube_dl/update.py
@@
-19,7
+19,6
@@
from .version import __version__
def rsa_verify(message, signature, key):
from struct import pack
from hashlib import sha256
- from sys import version_info
assert isinstance(message, bytes)
block_size = 0