|
From: <evi...@us...> - 2009-07-21 08:31:16
|
Revision: 7277
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7277&view=rev
Author: evilguru
Date: 2009-07-21 08:31:11 +0000 (Tue, 21 Jul 2009)
Log Message:
-----------
No need to import mathtex in the Qt4 backend.
Modified Paths:
--------------
branches/mathtex/lib/matplotlib/backends/backend_qt4.py
Modified: branches/mathtex/lib/matplotlib/backends/backend_qt4.py
===================================================================
--- branches/mathtex/lib/matplotlib/backends/backend_qt4.py 2009-07-21 08:25:17 UTC (rev 7276)
+++ branches/mathtex/lib/matplotlib/backends/backend_qt4.py 2009-07-21 08:31:11 UTC (rev 7277)
@@ -10,7 +10,6 @@
FigureManagerBase, FigureCanvasBase, NavigationToolbar2, IdleEvent, cursors
from matplotlib._pylab_helpers import Gcf
from matplotlib.figure import Figure
-from matplotlib.mathtext import MathTextParser
from matplotlib.widgets import SubplotTool
try:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|