summaryrefslogtreecommitdiffstats
path: root/func/overlord
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord')
-rwxr-xr-xfunc/overlord/inventory.py2
-rwxr-xr-xfunc/overlord/sslclient.py2
2 files changed, 0 insertions, 4 deletions
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)
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