From bd9e4fe320ac35efaacd792be6edfa32838801e9 Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Mon, 14 Jan 2008 21:04:07 -0500 Subject: removed more shebangs from files that are not executable as part of the application. rpmlint should output less warnings/errors. --- func/overlord/sslclient.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'func/overlord/sslclient.py') diff --git a/func/overlord/sslclient.py b/func/overlord/sslclient.py index ccb2c9c..3861bb8 100755 --- a/func/overlord/sslclient.py +++ b/func/overlord/sslclient.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - import sys import xmlrpclib import urllib -- cgit