##// END OF EJS Templates
Don't attempt locale-aware sorting for now....
Don't attempt locale-aware sorting for now. On Python 2, locale.strxfrm() can't handle unicode.

File last commit:

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