summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/show.py
diff options
context:
space:
mode:
authorSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:35:45 -0500
committerSteve 'Ashcrow' Milner <stevem@gnulinux.net>2008-01-13 14:35:45 -0500
commitb77fbdd90f46b3d1602aa43e99abec096d93888e (patch)
tree9d8ac00601e056ac79f5679b88cc19bb65293190 /func/overlord/cmd_modules/show.py
parent63170952d465a8acf8355e7b346733e4f6ddcace (diff)
downloadfunc-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.gz
func-b77fbdd90f46b3d1602aa43e99abec096d93888e.tar.xz
func-b77fbdd90f46b3d1602aa43e99abec096d93888e.zip
removed a lot of misplaced shebangs.
Diffstat (limited to 'func/overlord/cmd_modules/show.py')
-rw-r--r--func/overlord/cmd_modules/show.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/func/overlord/cmd_modules/show.py b/func/overlord/cmd_modules/show.py
index 9582e0d..4a26a75 100644
--- a/func/overlord/cmd_modules/show.py
+++ b/func/overlord/cmd_modules/show.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
"""
show introspection commandline
@@ -73,6 +71,7 @@ class ShowHardware(client.command.Command):
if arg in minion_data:
print minion_data[arg]
+
class Show(client.command.Command):
name = "show"
useage = "various simple report stuff"
@@ -98,5 +97,3 @@ class Show(client.command.Command):
def do(self, args):
pass
-
-