tahoe-lafs/misc/pyver.py

5 lines
79 B
Python

#!/usr/bin/env python
import sys
print "python%d.%d" % (sys.version_info[:2])