Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 788f032

Browse files
committed
Merge pull request #146 from radiosilence/master
Replace deprecated MD5 with hashlib.
2 parents 0b540d6 + 1b04ce5 commit 788f032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)