##// END OF EJS Templates
Backport PR #2668: pylab_not_importable: Catch all exceptions, not just RuntimeErrors....
Backport PR #2668: pylab_not_importable: Catch all exceptions, not just RuntimeErrors. This catches situations when `pylab` isn't installed or fails for another reason like: ImportError: No module named backend_tkagg Closes gh-2646.

File last commit:

r6192:a53b1a9f
r9845:5f41d9b3
Show More
logout.css
7 lines | 76 B | text/css | CssLexer
Brian Granger
Refactoring templates and top level js/css organization.
r6192
#main_app {
height: 100px;
width: 200px;
margin: 50px auto;
}