commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GComm.py


From: Arturas Kriukovas
Subject: gnue/common/src GComm.py
Date: Thu, 02 May 2002 12:08:45 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Arturas Kriukovas <address@hidden>      02/05/02 12:08:45

Modified files:
        common/src     : GComm.py 

Log message:
        Added GImport.py import, i18n changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GComm.py.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: gnue/common/src/GComm.py
diff -c gnue/common/src/GComm.py:1.14 gnue/common/src/GComm.py:1.15
*** gnue/common/src/GComm.py:1.14       Wed Feb 27 15:45:52 2002
--- gnue/common/src/GComm.py    Thu May  2 12:08:45 2002
***************
*** 28,33 ****
--- 28,34 ----
  #
  
  import GDebug
+ import GImport
  from gnue.common import dyn_import, openResource
  
  
***************
*** 45,51 ****
  
    if not (hasattr(driver,'CLIENT') and driver.CLIENT):
      raise NoClientAdapter, \
!            "GComm adapter '%s' does not support clients" % interface
  
    adapter = driver.ClientAdapter(params)
  
--- 46,52 ----
  
    if not (hasattr(driver,'CLIENT') and driver.CLIENT):
      raise NoClientAdapter, \
!            _("GComm adapter '%s' does not support clients") % interface
  
    adapter = driver.ClientAdapter(params)
  
***************
*** 113,119 ****
  
      if not (hasattr(driver,'SERVER') and driver.SERVER):
        raise NoServerAdapter, \
!              "GComm adapter '%s' does not support servers" % interface
  
      adapter = driver.ServerAdapter(mapping, bindings, params)
      servers[interface] = adapter
--- 114,120 ----
  
      if not (hasattr(driver,'SERVER') and driver.SERVER):
        raise NoServerAdapter, \
!              _("GComm adapter '%s' does not support servers") % interface
  
      adapter = driver.ServerAdapter(mapping, bindings, params)
      servers[interface] = adapter



reply via email to

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