summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/call.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-12 13:29:54 -0400
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-12 13:29:54 -0400
commit7f47f741e0c1086337b3ef94d01a0028260f74ba (patch)
tree41e40f6547bc25d854d8f550a0c982875403bcc4 /func/overlord/cmd_modules/call.py
parente346007f79fc81c3421964128eb3683e7301a992 (diff)
downloadfunc-7f47f741e0c1086337b3ef94d01a0028260f74ba.tar.gz
func-7f47f741e0c1086337b3ef94d01a0028260f74ba.tar.xz
func-7f47f741e0c1086337b3ef94d01a0028260f74ba.zip
add "copyfile" commandline module that knows how to get the local
file, it's perms, and call the remote end correctly add copyright blurb to other modules
Diffstat (limited to 'func/overlord/cmd_modules/call.py')
-rw-r--r--func/overlord/cmd_modules/call.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/func/overlord/cmd_modules/call.py b/func/overlord/cmd_modules/call.py
index 0f69713..48a6598 100644
--- a/func/overlord/cmd_modules/call.py
+++ b/func/overlord/cmd_modules/call.py
@@ -1,5 +1,20 @@
#!/usr/bin/python
+"""
+call func method invoker
+
+Copyright 2007, Red Hat, Inc
+see AUTHORS
+
+This software may be freely redistributed under the terms of the GNU
+general public license.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+"""
+
+
import optparse
import pprint
import xmlrpclib