mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
1fc6be28f4
This is for ticket #1068.
5 lines
79 B
Python
5 lines
79 B
Python
#!/usr/bin/env python
|
|
|
|
import sys
|
|
print "python%d.%d" % (sys.version_info[:2])
|