diff options
author | Steve 'Ashcrow' Milner <stevem@gnulinux.net> | 2008-01-13 14:35:45 -0500 |
---|---|---|
committer | Steve 'Ashcrow' Milner <stevem@gnulinux.net> | 2008-01-13 14:35:45 -0500 |
commit | b77fbdd90f46b3d1602aa43e99abec096d93888e (patch) | |
tree | 9d8ac00601e056ac79f5679b88cc19bb65293190 /func/minion/modules/hardware.py | |
parent | 63170952d465a8acf8355e7b346733e4f6ddcace (diff) | |
download | func-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.gz func-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.xz func-b77fbdd90f46b3d1602aa43e99abec096d93888e.zip |
removed a lot of misplaced shebangs.
Diffstat (limited to 'func/minion/modules/hardware.py')
-rw-r--r--[-rwxr-xr-x] | func/minion/modules/hardware.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/func/minion/modules/hardware.py b/func/minion/modules/hardware.py index 6c44b39..acf5988 100755..100644 --- 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 |