From d7bd9138c803659bbcc3320a4656478ee73f2b3d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 13 Jan 2011 12:26:30 -0500 Subject: Execute /usr/bin/python directly instead of /usr/bin/env python ticket 608 --- ipapython/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/setup.py.in') diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in index 5eca8468c..d9ee28c55 100644 --- a/ipapython/setup.py.in +++ b/ipapython/setup.py.in @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # Copyright (C) 2007 Red Hat # see file 'COPYING' for use and warranty information # -- cgit