]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - misc/pyver.py
d53db165e71e6b2a8d7af081f580d0aaecfdfd66
[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])