Revision: 8236 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8236&view=rev Author: ryanmay Date: 2010-04-16 18:37:44 +0000 (Fri, 16 Apr 2010)
Log Message: ----------- Remove debug output. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/backend_bases.py Modified: trunk/matplotlib/lib/matplotlib/backend_bases.py =================================================================== --- trunk/matplotlib/lib/matplotlib/backend_bases.py 2010-04-16 18:32:53 UTC (rev 8235) +++ trunk/matplotlib/lib/matplotlib/backend_bases.py 2010-04-16 18:37:44 UTC (rev 8236) @@ -1,3 +1,4 @@ + """ Abstract base classes define the primitives that renderers and graphics contexts must implement to serve as a matplotlib backend @@ -928,7 +929,6 @@ """ def __init__(self, name, canvas, guiEvent=None): Event.__init__(self, name, canvas, guiEvent) - print 'Initing CloseEvent' class LocationEvent(Event): """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Matplotlib-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins