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/inventory.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'func/overlord/inventory.py') diff --git a/func/overlord/inventory.py b/func/overlord/inventory.py index aafc764..e5319ee 100755 --- a/func/overlord/inventory.py +++ b/func/overlord/inventory.py @@ -1,4 +1,3 @@ -#!/usr/bin/python ## ## func inventory app. ## use func to collect inventory data on anything, yes, anything @@ -186,6 +185,5 @@ class FuncInventory(object): if __name__ == "__main__": - inv = FuncInventory() inv.run(sys.argv) -- cgit