]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - misc/pyver.py
quickstart.html: link to snapshots page, sorted with most recent first.
[tahoe-lafs/tahoe-lafs.git] / misc / pyver.py
1 #!/usr/bin/env python
2
3 import sys
4 print "python%d.%d" % (sys.version_info[:2])