[svnbook commit] r2062 - trunk/src/tools

maxb svnbook-dev at red-bean.com
Mon Mar 13 08:30:01 CST 2006


Author: maxb
Date: Mon Mar 13 08:30:01 2006
New Revision: 2062

Modified:
   trunk/src/tools/book-dist.py

Log:
* src/tools/book-dist.py: Change shebang from "python2" to "python".
  "python" == 2.x and "python2" == nonexistent is more common than
  "python" == 1.x and "python2" == 2.x.


Modified: trunk/src/tools/book-dist.py
==============================================================================
--- trunk/src/tools/book-dist.py	(original)
+++ trunk/src/tools/book-dist.py	Mon Mar 13 08:30:01 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 
 import sys
 import os




More information about the svnbook-dev mailing list