##// END OF EJS Templates
Fix critical bug with pylab support inadvertently introduced in #648....
Fix critical bug with pylab support inadvertently introduced in #648. code used it as a dict. Updated that code to handle a dict correctly, and added tests to catch this issue in the future (also increases test coverage of pylab code).
Fernando Perez -
r5468:cd84e0ef
Show More