Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96a044e

Browse files
committed
added missing import statement to config/rcparams.py
svn path=/trunk/matplotlib/; revision=3780
1 parent b11cf22 commit 96a044e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/config/rcparams.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
import sys
23
import warnings
34

45
import checkdep
@@ -193,4 +194,4 @@ def rcdefaults():
193194
Restore the default rc params - the ones that were created at
194195
matplotlib load time
195196
"""
196-
rcParams.update(rcParamsDefault)
197+
rcParams.update(rcParamsDefault)

0 commit comments

Comments
 (0)