commit-gnue
[Top][All Lists]
Advanced

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

gnue-common/src/rpc/drivers/soap __init__.py so...


From: Jan Ischebeck
Subject: gnue-common/src/rpc/drivers/soap __init__.py so...
Date: Mon, 22 Sep 2003 18:48:32 -0400

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

Modified files:
        src/rpc/drivers/soap: __init__.py 
Added files:
        src/rpc/drivers/soap/soappy: Driver.py 

Log message:
        RPC Directory Structure Change: add basic infrastructure for SOAP 
drivers

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

Patches:
Index: gnue-common/src/rpc/drivers/soap/__init__.py
diff -c gnue-common/src/rpc/drivers/soap/__init__.py:1.2 
gnue-common/src/rpc/drivers/soap/__init__.py:1.3
*** gnue-common/src/rpc/drivers/soap/__init__.py:1.2    Wed Jan  1 19:45:42 2003
--- gnue-common/src/rpc/drivers/soap/__init__.py        Mon Sep 22 18:48:31 2003
***************
*** 1,30 ****
! #
! # 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 CommDriver import *
! 
--- 1 ----
! DRIVERS=['soapy','zsi']




reply via email to

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