setup.py not executable: change instructions at beginning of file
authorChristian Ebert <blacktrash@gmx.net>
Thu, 28 Jun 2007 02:11:54 +0200
changeset 4816 c10d3bc05a8d
parent 4815 5cc184800bf2
child 4817 0ac6b537893f
setup.py not executable: change instructions at beginning of file
setup.py
--- a/setup.py	Thu Jul 05 15:36:56 2007 -0500
+++ b/setup.py	Thu Jun 28 02:11:54 2007 +0200
@@ -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'):