Skip to content

Commit fdac121

Browse files
committed
Remove experimental config subpackage using traits
svn path=/trunk/matplotlib/; revision=8495
1 parent 98ee305 commit fdac121

11 files changed

+0
-2858
lines changed

lib/matplotlib/__init__.py

-14
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@
107107
import distutils.sysconfig
108108
import distutils.version
109109

110-
111-
NEWCONFIG = False
112-
113-
114110
# Needed for toolkit setuptools support
115111
if 0:
116112
try:
@@ -827,16 +823,6 @@ def rcdefaults():
827823
"""
828824
rcParams.update(rcParamsDefault)
829825

830-
if NEWCONFIG:
831-
#print "importing from reorganized config system!"
832-
try:
833-
from matplotlib.config import (rcParams, rcdefaults,
834-
mplConfig, save_config)
835-
verbose.set_level(rcParams['verbose.level'])
836-
verbose.set_fileo(rcParams['verbose.fileo'])
837-
except:
838-
from matplotlib.config import rcParams, rcdefaults
839-
840826
_use_error_msg = """ This call to matplotlib.use() has no effect
841827
because the the backend has already been chosen;
842828
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,

lib/matplotlib/config/__init__.py

-12
This file was deleted.

lib/matplotlib/config/checkdep.py

-124
This file was deleted.

lib/matplotlib/config/cutils.py

-195
This file was deleted.

0 commit comments

Comments
 (0)