This website requires JavaScript.
Explore
Help
Register
Sign In
tahoe-lafs
/
tahoe-lafs
Watch
2
Star
0
Fork
0
You've already forked tahoe-lafs
Code
Issues
Pull Requests
23
Packages
Projects
Releases
1
Wiki
Activity
cd7fb133b7
tahoe-lafs
/
misc
/
build_helpers
/
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