|
From: <ry...@us...> - 2010-04-16 18:37:50
|
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.
|