Revision: 3780
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3780&view=rev
Author: dsdale
Date: 2007-09-04 13:49:00 -0700 (Tue, 04 Sep 2007)
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.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins