Revision: 3780 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3780&view=rev Author: dsdale Date: 2007年09月04日 13:49:00 -0700 (2007年9月04日) Log Message: ----------- added missing import statement to config/rcparams.py Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/config/rcparams.py Modified: trunk/matplotlib/lib/matplotlib/config/rcparams.py =================================================================== --- trunk/matplotlib/lib/matplotlib/config/rcparams.py 2007年09月04日 20:27:36 UTC (rev 3779) +++ trunk/matplotlib/lib/matplotlib/config/rcparams.py 2007年09月04日 20:49:00 UTC (rev 3780) @@ -1,4 +1,5 @@ import os +import sys import warnings import checkdep @@ -193,4 +194,4 @@ Restore the default rc params - the ones that were created at matplotlib load time """ - rcParams.update(rcParamsDefault) \ No newline at end of file + rcParams.update(rcParamsDefault) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.