##// END OF EJS Templates
Use qt4agg, not qtagg, mpl backend in pylab profile....
Use qt4agg, not qtagg, mpl backend in pylab profile. Closes gh-1043

File last commit:

r4053:b45902e3
r5427:0adc60e7
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *