From 4c57be471244980318bfe26f59eb0e59f3f39e1d Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 14 Oct 2010 17:40:24 -0500 Subject: Keep interpreter specifications consistent Signed-off-by: Sol Jerome --- src/lib/Client/Tools/rpmtools.py | 2 +- src/sbin/bcfg2-info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib/Client/Tools/rpmtools.py b/src/lib/Client/Tools/rpmtools.py index e224a3fb3..3cd2b7014 100755 --- a/src/lib/Client/Tools/rpmtools.py +++ b/src/lib/Client/Tools/rpmtools.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ Module that uses rpm-python to implement the following rpm functionality for the bcfg2 RPM and YUM client drivers: diff --git a/src/sbin/bcfg2-info b/src/sbin/bcfg2-info index 6732d8830..d3a9bf8be 100755 --- a/src/sbin/bcfg2-info +++ b/src/sbin/bcfg2-info @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """This tool loads the Bcfg2 core into an interactive debugger.""" __revision__ = '$Revision$' -- cgit v1.2.3-1-g7c22