##// END OF EJS Templates
Move testing for PIL[low] in the _figure_format_changed(...) function instead...
Move testing for PIL[low] in the _figure_format_changed(...) function instead of testing it at module startup. The test is only run if figure_format is jpg. In help/error messages, refer to PIL/Pillow (i.e. not just PIL).

File last commit:

r14009:6f019b30
r14772:c954822f
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()