From: <as...@us...> - 2009-10-06 15:42:26
|
Revision: 7853 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7853&view=rev Author: astraw Date: 2009-10-06 15:42:19 +0000 (Tue, 06 Oct 2009) Log Message: ----------- trivial: delete trailing whitespace from source code lines (This is really an excuse to make an SVN commit to trigger the buildbot.) Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/artist.py Modified: trunk/matplotlib/lib/matplotlib/artist.py =================================================================== --- trunk/matplotlib/lib/matplotlib/artist.py 2009-10-06 15:13:44 UTC (rev 7852) +++ trunk/matplotlib/lib/matplotlib/artist.py 2009-10-06 15:42:19 UTC (rev 7853) @@ -88,7 +88,7 @@ self._contains = None self._rasterized = None self._agg_filter = None - + self.eventson = False # fire events only if eventson self._oid = 0 # an observer id self._propobservers = {} # a dict from oids to funcs @@ -581,7 +581,7 @@ def set_agg_filter(self, filter_func): """ set agg_filter fuction. - + """ self._agg_filter = filter_func This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |