##// END OF EJS Templates
Backport PR #8174: add 4px between notification areas...
Backport PR #8174: add 4px between notification areas ![screen shot 2015-03-27 at 15 25 37](https://cloud.githubusercontent.com/assets/151929/6878113/aeb2ddfc-d495-11e4-94c9-9059723033a7.PNG) closes #7790 cc: @ellisonbg

File last commit:

r13348:e6afea51
r21018:2be7680b
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)