X Tutup
Skip to content

Commit 1b04ce5

Browse files
author
James Cleveland
committed
Replace deprecated MD5 with hashlib.
1 parent 0b540d6 commit 1b04ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twitter/_file_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python
2-
import md5
2+
from hashlib import md5
33
import os
44
import re
55
import tempfile

0 commit comments

Comments
 (0)
X Tutup