From b77fbdd90f46b3d1602aa43e99abec096d93888e Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Sun, 13 Jan 2008 14:35:45 -0500 Subject: removed a lot of misplaced shebangs. --- func/minion/modules/hardware.py | 2 -- 1 file changed, 2 deletions(-) mode change 100755 => 100644 func/minion/modules/hardware.py (limited to 'func/minion/modules/hardware.py') diff --git a/func/minion/modules/hardware.py b/func/minion/modules/hardware.py old mode 100755 new mode 100644 index 6c44b39..acf5988 --- a/func/minion/modules/hardware.py +++ b/func/minion/modules/hardware.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - ## ## Hardware profiler plugin ## requires the "smolt" client package be installed -- cgit