Commit Graph

2 Commits

Author SHA1 Message Date
cclauss
5c4c3ba342 from __future__ import print_function
Without this change, the `file` parameter in print() causes problems in Python 2.  This approach makes print(x, file=filename) valid syntax in both Python 2 and Python 3.
2017-08-21 11:51:54 +02:00
ChrisLeeGit
1e9a942d09 add asort.py script to sort items automatically. 2016-08-22 14:24:31 +08:00