Show More
@@ -10,7 +10,7 b' import hghave' | |||||
10 | checks = hghave.checks |
|
10 | checks = hghave.checks | |
11 |
|
11 | |||
12 | def list_features(): |
|
12 | def list_features(): | |
13 | for name, feature in checks.iteritems(): |
|
13 | for name, feature in sorted(checks.iteritems()): | |
14 | desc = feature[1] |
|
14 | desc = feature[1] | |
15 | print name + ':', desc |
|
15 | print name + ':', desc | |
16 |
|
16 |
General Comments 0
You need to be logged in to leave comments.
Login now