diff options
author | Adrian Likins <alikins@grimlock.devel.redhat.com> | 2007-10-12 13:29:54 -0400 |
---|---|---|
committer | Adrian Likins <alikins@grimlock.devel.redhat.com> | 2007-10-12 13:29:54 -0400 |
commit | 7f47f741e0c1086337b3ef94d01a0028260f74ba (patch) | |
tree | 41e40f6547bc25d854d8f550a0c982875403bcc4 /func/overlord/cmd_modules/call.py | |
parent | e346007f79fc81c3421964128eb3683e7301a992 (diff) | |
download | func-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.py | 15 |
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 |