openbsd-ports/lang/python/2.6/patches/patch-Tools_scripts_pydoc

10 lines
284 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Tools_scripts_pydoc,v 1.1 2008/10/18 12:03:56 djm Exp $
--- Tools/scripts/pydoc.orig Tue Aug 10 03:27:55 2004
+++ Tools/scripts/pydoc Mon Sep 18 06:31:10 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.6
import pydoc
if __name__ == '__main__':