commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common/src/rpc/drivers xmlrpc/__init__.py ...


From: Jan Ischebeck
Subject: gnue-common/src/rpc/drivers xmlrpc/__init__.py ...
Date: Mon, 22 Sep 2003 18:31:15 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/09/22 18:31:14

Modified files:
        src/rpc/drivers/xmlrpc: __init__.py 
        src/rpc/drivers: __init__.py 
Removed files:
        src/rpc/drivers/pw_xmlrpc: .cvsignore 
        src/rpc/drivers/xmlrpc: ClientAdapter.py ServerAdapter.py 

Log message:
        RPC Directory Structure Change: continue moving xmlrpc files

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/xmlrpc/__init__.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/rpc/drivers/__init__.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue-common/src/rpc/drivers/__init__.py
diff -c gnue-common/src/rpc/drivers/__init__.py:1.1 
gnue-common/src/rpc/drivers/__init__.py:1.2
*** gnue-common/src/rpc/drivers/__init__.py:1.1 Wed Oct 24 18:23:19 2001
--- gnue-common/src/rpc/drivers/__init__.py     Mon Sep 22 18:31:14 2003
***************
*** 0 ****
--- 1 ----
+ DRIVERS=['xmlrpc','soap','sockets','proxy','corba']
Index: gnue-common/src/rpc/drivers/xmlrpc/__init__.py
diff -c gnue-common/src/rpc/drivers/xmlrpc/__init__.py:1.3 
gnue-common/src/rpc/drivers/xmlrpc/__init__.py:1.4
*** gnue-common/src/rpc/drivers/xmlrpc/__init__.py:1.3  Wed Jan  1 19:45:42 2003
--- gnue-common/src/rpc/drivers/xmlrpc/__init__.py      Mon Sep 22 18:31:14 2003
***************
*** 1,32 ****
! #
! # This file is part of GNU Enterprise.
! #
! # GNU Enterprise 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 2, or (at your option) any later version.
! #
! # GNU Enterprise 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 program; see the file COPYING. If not,
! # write to the Free Software Foundation, Inc., 59 Temple Place
! # - Suite 330, Boston, MA 02111-1307, USA.
! #
! # Copyright 2001-2003 Free Software Foundation
! #
! # FILE:
! # __init__.py
! #
! # DESCRIPTION:
! # __init__ class for commdrivers.
! #
! # NOTES:
! #
! 
! from ClientAdapter import *
! from ServerAdapter import *
! 
--- 1 ----
! DRIVERS=['py_xmlrpc','pw_xmlrpc']




reply via email to

[Prev in Thread] Current Thread [Next in Thread]