openbsd-ports/lang/python/2.3/patches/patch-Tools_scripts_pydoc
sturm 282437dff5 initial import of python 2.3.3 from
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-31 17:38:25 +00:00

10 lines
275 B
Plaintext

$OpenBSD: patch-Tools_scripts_pydoc,v 1.1.1.1 2003/12/31 17:38:33 sturm Exp $
--- Tools/scripts/pydoc.orig Thu Mar 1 01:25:40 2001
+++ Tools/scripts/pydoc Sun Jul 20 17:37:33 2003
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.3
import pydoc
pydoc.cli()