diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 02:48:50 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-14 19:53:06 +0100 |
commit | d5903fd75e9640831f0e78fc04d3ffa5ea3b1b4a (patch) | |
tree | 6849a97abe125f35f7786246f07bc77280e21f4f /source4/foo.py | |
parent | 2afa1bee549ae119b1088c1e6affaec6f1997887 (diff) | |
download | samba-d5903fd75e9640831f0e78fc04d3ffa5ea3b1b4a.tar.gz samba-d5903fd75e9640831f0e78fc04d3ffa5ea3b1b4a.tar.bz2 samba-d5903fd75e9640831f0e78fc04d3ffa5ea3b1b4a.zip |
pidl/python: Fix compilation of py_echo.
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9)
Diffstat (limited to 'source4/foo.py')
-rw-r--r-- | source4/foo.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/source4/foo.py b/source4/foo.py new file mode 100644 index 0000000000..0e2d35f080 --- /dev/null +++ b/source4/foo.py @@ -0,0 +1,22 @@ +#!/usr/bin/python + +# Unix SMB/CIFS implementation. +# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008 +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# + +from echo import rpcecho + +x = rpcecho("ncalrpc:") |