Show More
@@ -2,8 +2,8 b'' | |||
|
2 | 2 | # |
|
3 | 3 | # This is the mercurial setup script. |
|
4 | 4 | # |
|
5 |
# ' |
|
|
6 |
# ' |
|
|
5 | # 'python setup.py install', or | |
|
6 | # 'python setup.py --help' for more options | |
|
7 | 7 | |
|
8 | 8 | import sys |
|
9 | 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