##// END OF EJS Templates
Convert cpasted code to unicode on Python 2...
Convert cpasted code to unicode on Python 2 Closes gh-7676 No test, because this is very awkward code to test, but I can't reproduce the error manually after this change.

File last commit:

r19591:be7f0144
r20327:f1ebed45
Show More
ipython.less
12 lines | 367 B | text/x-less | LessCssLexer
// minimal imports from bootstrap - only variables and mixins
@import "../components/bootstrap/less/variables.less";
@import "../components/bootstrap/less/mixins.less";
// minimal imports from font-awesome
@import "../components/font-awesome/less/variables.less";
// base
@import "../base/less/style.less";
// notebook
@import "../notebook/less/style_noapp.less";