##// END OF EJS Templates
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort()...
cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort() The former both does less work and has the virtue of working on Python 3.

File last commit:

r16438:28a90cdf default
r32528:9f56d462 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer