Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions lib/matplotlib/texmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
import sys
from subprocess import Popen, PIPE, STDOUT

try:
from hashlib import md5
except ImportError:
from md5 import md5 # Deprecated in 2.5
from hashlib import md5

import distutils.version
import numpy as np
Expand Down