blob: d924a8b7667192b12e178e35f992ba90f6525144 (
plain)
1
2
3
4
5
6
7
8
9
10
|
$NetBSD: patch-ac,v 1.2 2001/06/20 12:58:56 jtb Exp $
--- parse_documentation.py.orig Wed Jun 20 13:44:10 2001
+++ parse_documentation.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
#Parse Yorick documentation from any file that includes it.
#However, there is some yplot-specific stuff for the function
#call assumed as part of the first lines of the documentation
|