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

Skip to content

Commit 906eaec

Browse files
committed
Merged revisions 6952 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6952 | mdboom | 2009-03-04 08:25:41 -0500 (Wed, 04 Mar 2009) | 2 lines Fix for Python 2.4 compatibility. ........ svn path=/trunk/matplotlib/; revision=6953
1 parent 261b6f8 commit 906eaec

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ def runfile(fullpath):
136136
try:
137137
fd = open(fname)
138138
module = imp.load_module("__main__", fd, fname, ('py', 'r', imp.PY_SOURCE))
139-
except:
140-
raise
141139
finally:
142140
del sys.path[0]
143141
os.chdir(pwd)

0 commit comments

Comments
 (0)