Revision: 6816
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6816&view=rev
Author:   jdh2358
Date:     2009-01-22 02:48:32 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
fixed a cocoaagg import bug

Modified Paths:
--------------
    branches/v0_98_5_maint/lib/matplotlib/backends/backend_cocoaagg.py

Modified: branches/v0_98_5_maint/lib/matplotlib/backends/backend_cocoaagg.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/backends/backend_cocoaagg.py  
2009-01-21 19:09:15 UTC (rev 6815)
+++ branches/v0_98_5_maint/lib/matplotlib/backends/backend_cocoaagg.py  
2009-01-22 02:48:32 UTC (rev 6816)
@@ -29,7 +29,7 @@
 
 import matplotlib
 from matplotlib.figure import Figure
-from matplotlib.backend_bases import FigureManagerBase
+from matplotlib.backend_bases import FigureManagerBase, FigureCanvasBase
 from backend_agg import FigureCanvasAgg
 from matplotlib._pylab_helpers import Gcf
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to