mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
5 lines
76 B
Python
5 lines
76 B
Python
|
#! /usr/bin/python
|
||
|
|
||
|
import sys
|
||
|
print "python%d.%d" % (sys.version_info[:2])
|