From: <ef...@us...> - 2008-01-08 03:11:39
|
Revision: 4805 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4805&view=rev Author: efiring Date: 2008-01-07 19:11:38 -0800 (Mon, 07 Jan 2008) Log Message: ----------- Remove spurious right parenthesis Modified Paths: -------------- branches/transforms/lib/matplotlib/projections/__init__.py Modified: branches/transforms/lib/matplotlib/projections/__init__.py =================================================================== --- branches/transforms/lib/matplotlib/projections/__init__.py 2008-01-07 21:18:00 UTC (rev 4804) +++ branches/transforms/lib/matplotlib/projections/__init__.py 2008-01-08 03:11:38 UTC (rev 4805) @@ -26,8 +26,8 @@ AitoffAxes, HammerAxes, LambertAxes) -) + def register_projection(cls): projection_registry.register(cls) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |