# HG changeset patch # User Christian Ebert # Date 2007-06-28 00:11:54 # Node ID c10d3bc05a8df43263324247825e2804aaa0e97f # Parent 5cc184800bf2ed349455f7de06e5c34a6813aa36 setup.py not executable: change instructions at beginning of file diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ # # This is the mercurial setup script. # -# './setup.py install', or -# './setup.py --help' for more options +# 'python setup.py install', or +# 'python setup.py --help' for more options import sys if not hasattr(sys, 'version_info') or sys.version_info < (2, 3, 0, 'final'):