[Epydoc-devel] one-line patch
Brought to you by:
edloper
From: Paul P. <pog...@gm...> - 2007-01-29 22:47:39
|
Can you please apply this patch? Paul Index: epydoc/src/setup.py =================================================================== --- epydoc/src/setup.py (revision 1427) +++ epydoc/src/setup.py (working copy) @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#! /usr/bin/env python # # Distutils setup script for the Natural Language # Processing Toolkit |