From 19ff482e047e4bc9ccd645d45f543ff2860767ad Mon Sep 17 00:00:00 2001 From: Michael Gregson Date: Sun, 27 Jan 2008 18:11:29 -0500 Subject: [PATCH] Changed #! from python2.4 to generic python. --- scripts/xsltproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xsltproc.py b/scripts/xsltproc.py index fbd8e90..1289892 100755 --- a/scripts/xsltproc.py +++ b/scripts/xsltproc.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/python import os, sys, urllib, libxml2, libxslt, ldap, time #