Skip to content

Commit

Permalink
Remove python2.5 support from texmanager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NelleV committed Dec 4, 2012
1 parent 80689e2 commit 7328293
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit 7328293

Please sign in to comment.