summaryrefslogtreecommitdiffstats
path: root/scripts/certmaster
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 14:35:42 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 14:35:42 -0500
commitec7d7181700b0b394a1c22b508a57f76085fa916 (patch)
treeafc9489c069838b8089e4f9e41678c09ea232c30 /scripts/certmaster
parent9fd0d907c5893780f2baab0e9733e4a00ce75e98 (diff)
downloadthird_party-func-ec7d7181700b0b394a1c22b508a57f76085fa916.tar.gz
third_party-func-ec7d7181700b0b394a1c22b508a57f76085fa916.tar.xz
third_party-func-ec7d7181700b0b394a1c22b508a57f76085fa916.zip
delete files, hopefully for real. These are certmaster stuff we dont need anymore
Diffstat (limited to 'scripts/certmaster')
-rwxr-xr-xscripts/certmaster11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/certmaster b/scripts/certmaster
deleted file mode 100755
index d5f677d..0000000
--- a/scripts/certmaster
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/python
-
-from func import certmaster
-
-import sys
-
-if __name__ == "__main__":
- certmaster.main(sys.argv)
-
-
-