commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GConditions.py


From: Jason Cater
Subject: gnue/common/src GConditions.py
Date: Thu, 04 Apr 2002 00:00:14 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/04 00:00:14

Modified files:
        common/src     : GConditions.py 

Log message:
        typo in conditional support for parameters

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/common/src/GConditions.py.diff?cvsroot=OldCVS&tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnue/common/src/GConditions.py
diff -c gnue/common/src/GConditions.py:1.9 gnue/common/src/GConditions.py:1.10
*** gnue/common/src/GConditions.py:1.9  Thu Jan 10 17:42:19 2002
--- gnue/common/src/GConditions.py      Thu Apr  4 00:00:14 2002
***************
*** 16,22 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2000, 2001 Free Software Foundation
  #
  # FILE:
  # GConditions.py
--- 16,22 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2000-2002 Free Software Foundation
  #
  # FILE:
  # GConditions.py
***************
*** 108,114 ****
  
  class GCParam (GConditionElement):
    def __init__(self, parent, name=None, datatype="char"):
!     GConditionElement.__init__(self, parent, 'GCParam')
      self.type = datatype
      self.name = name
  
--- 108,114 ----
  
  class GCParam (GConditionElement):
    def __init__(self, parent, name=None, datatype="char"):
!     GConditionElement.__init__(self, parent, 'GCCParam')
      self.type = datatype
      self.name = name
  



reply via email to

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