This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
tahoe-lafs
Watch
1
Star
0
Fork
0
You've already forked tahoe-lafs
mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced
2024-12-19 21:17:54 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
d2132213e3
tahoe-lafs
/
misc
/
pyver.py
5 lines
79 B
Python
Raw
Normal View
History
Unescape
Escape
shebang: replace "/usr/bin/python" with "/usr/bin/env python"
2008-11-05 01:03:06 +00:00
#!/usr/bin/env python
packaging: add 'build-deps' target, to automatically build and install (locally, in ./support) necessary dependencies. All such installed files are used during tests.
2007-09-12 23:48:45 +00:00
import
sys
print
"
python
%d
.
%d
"
%
(
sys
.
version_info
[
:
2
]
)
Reference in New Issue
Copy Permalink