|
From: <ef...@us...> - 2010-06-12 23:08:17
|
Revision: 8422
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8422&view=rev
Author: efiring
Date: 2010-06-12 23:08:11 +0000 (Sat, 12 Jun 2010)
Log Message:
-----------
backend_tkagg: one more typo from commit before last
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
Modified: trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py 2010-06-12 22:32:18 UTC (rev 8421)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_tkagg.py 2010-06-12 23:08:11 UTC (rev 8422)
@@ -15,7 +15,7 @@
import matplotlib
from matplotlib.cbook import is_string_like
from matplotlib.backend_bases import RendererBase, GraphicsContextBase
-from matplotlib.backend_bases import FigureManagerBase, FigureCanvasBase,
+from matplotlib.backend_bases import FigureManagerBase, FigureCanvasBase
from matplotlib.backend_bases import NavigationToolbar2, cursors, TimerBase
from matplotlib.figure import Figure
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|