From: Fernando P. <fpe...@gm...> - 2007-04-10 17:49:26
|
Hi all, just a heads-up since I normally don't mess with the actual repo. I just committed planck[backends]> svn diff backend_qt4agg.py Index: backend_qt4agg.py =================================================================== --- backend_qt4agg.py (revision 3201) +++ backend_qt4agg.py (working copy) @@ -4,6 +4,8 @@ from __future__ import division import os, sys + +import matplotlib from matplotlib import verbose from matplotlib.cbook import enumerate from matplotlib.figure import Figure as r3202. That missing import would cause all kinds of problems, including the 'save' button in the GUI not working at all. John: unfortunately it's too late to propagate these changes to the lab, I'm afraid (as trivial as they are). Cheers, f |