##// END OF EJS Templates
setup.py not executable: change instructions at beginning of file
Christian Ebert -
r4816:c10d3bc0 default
parent child Browse files
Show More
@@ -2,8 +2,8 b''
2 #
2 #
3 # This is the mercurial setup script.
3 # This is the mercurial setup script.
4 #
4 #
5 # './setup.py install', or
5 # 'python setup.py install', or
6 # './setup.py --help' for more options
6 # 'python setup.py --help' for more options
7
7
8 import sys
8 import sys
9 if not hasattr(sys, 'version_info') or sys.version_info < (2, 3, 0, 'final'):
9 if not hasattr(sys, 'version_info') or sys.version_info < (2, 3, 0, 'final'):
General Comments 0
You need to be logged in to leave comments. Login now