commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src GParserHelpers.py


From: Jason Cater
Subject: gnue/common/src GParserHelpers.py
Date: Mon, 08 Apr 2002 17:53:04 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/04/08 17:53:04

Modified files:
        common/src     : GParserHelpers.py 

Log message:
        speeded up report's handling of GContent

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

Patches:
Index: gnue/common/src/GParserHelpers.py
diff -c gnue/common/src/GParserHelpers.py:1.2 
gnue/common/src/GParserHelpers.py:1.3
*** gnue/common/src/GParserHelpers.py:1.2       Mon Nov 26 18:26:42 2001
--- gnue/common/src/GParserHelpers.py   Mon Apr  8 17:53:03 2002
***************
*** 16,22 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2001 Free Software Foundation
  #
  # FILE:
  # GParserHelpers.py
--- 16,22 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # Copyright 2001-2002 Free Software Foundation
  #
  # FILE:
  # GParserHelpers.py
***************
*** 40,45 ****
--- 40,46 ----
  
    def __init__(self, parent, content):
      self._content = content
+     self._type = "_content_"
      if parent :
        parent.addChild(self)
  



reply via email to

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