commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src/schema Objects.py


From: James Thompson
Subject: gnue/common/src/schema Objects.py
Date: Mon, 04 Nov 2002 14:13:07 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 02/11/04 14:13:07

Modified files:
        common/src/schema: Objects.py 

Log message:
        changed rootobj init

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/schema/Objects.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue/common/src/schema/Objects.py
diff -c gnue/common/src/schema/Objects.py:1.6 
gnue/common/src/schema/Objects.py:1.7
*** gnue/common/src/schema/Objects.py:1.6       Sat Nov  2 01:02:01 2002
--- gnue/common/src/schema/Objects.py   Mon Nov  4 14:13:07 2002
***************
*** 36,42 ****
  
  class GSSchema(GRootObj, GSObject):
    def __init__(self, parent=None):
!     GRootObj.__init__(self, 'schema', GSParser.getXMLelements)
      GSObject.__init__(self, parent, type='GSSchema')
  
  class GSTables(GSObject):
--- 36,42 ----
  
  class GSSchema(GRootObj, GSObject):
    def __init__(self, parent=None):
!     GRootObj.__init__(self, 'schema', GSParser.getXMLelements, GSParser)
      GSObject.__init__(self, parent, type='GSSchema')
  
  class GSTables(GSObject):




reply via email to

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