[Epydoc-commits] SF.net SVN: epydoc: [1601] trunk/epydoc/src/scripts
Brought to you by:
edloper
From: <ed...@us...> - 2007-09-21 22:51:54
|
Revision: 1601 http://epydoc.svn.sourceforge.net/epydoc/?rev=1601&view=rev Author: edloper Date: 2007-09-21 15:51:53 -0700 (Fri, 21 Sep 2007) Log Message: ----------- changed script shebang to /usr/bin/env python Modified Paths: -------------- trunk/epydoc/src/scripts/epydoc trunk/epydoc/src/scripts/epydoc.py trunk/epydoc/src/scripts/epydoc.pyw trunk/epydoc/src/scripts/epydocgui Modified: trunk/epydoc/src/scripts/epydoc =================================================================== --- trunk/epydoc/src/scripts/epydoc 2007-09-21 22:49:26 UTC (rev 1600) +++ trunk/epydoc/src/scripts/epydoc 2007-09-21 22:51:53 UTC (rev 1601) @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Call the command line interface for Epydoc. # Modified: trunk/epydoc/src/scripts/epydoc.py =================================================================== --- trunk/epydoc/src/scripts/epydoc.py 2007-09-21 22:49:26 UTC (rev 1600) +++ trunk/epydoc/src/scripts/epydoc.py 2007-09-21 22:51:53 UTC (rev 1601) @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Call the command line interface for Epydoc. # Modified: trunk/epydoc/src/scripts/epydoc.pyw =================================================================== --- trunk/epydoc/src/scripts/epydoc.pyw 2007-09-21 22:49:26 UTC (rev 1600) +++ trunk/epydoc/src/scripts/epydoc.pyw 2007-09-21 22:51:53 UTC (rev 1601) @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Call the graphical interface for Epydoc. # Modified: trunk/epydoc/src/scripts/epydocgui =================================================================== --- trunk/epydoc/src/scripts/epydocgui 2007-09-21 22:49:26 UTC (rev 1600) +++ trunk/epydoc/src/scripts/epydocgui 2007-09-21 22:51:53 UTC (rev 1601) @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Call the graphical interface for Epydoc. # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |