65a7f47309
Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. tested by djm@ and mpech@ (but more tests are needed!) mbalmer@ and xsa@ want it to go in
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
$OpenBSD: patch-Tools_scripts_pydoc,v 1.1.1.1 2005/06/07 01:12:58 alek Exp $
|
|
--- Tools/scripts/pydoc.orig Mon Aug 9 19:27:55 2004
|
|
+++ Tools/scripts/pydoc Thu Dec 30 22:46:12 2004
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python2.4
|
|
|
|
import pydoc
|
|
if __name__ == '__main__':
|