commit-gnue
[Top][All Lists]
Advanced

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

gnue/integrator/src GIObjects.py


From: James Thompson
Subject: gnue/integrator/src GIObjects.py
Date: Mon, 04 Nov 2002 14:14:09 -0500

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

Modified files:
        integrator/src : GIObjects.py 

Log message:
        changed rootobj init

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

Patches:
Index: gnue/integrator/src/GIObjects.py
diff -c gnue/integrator/src/GIObjects.py:1.2 
gnue/integrator/src/GIObjects.py:1.3
*** gnue/integrator/src/GIObjects.py:1.2        Sat Nov  2 01:02:01 2002
--- gnue/integrator/src/GIObjects.py    Mon Nov  4 14:14:09 2002
***************
*** 40,46 ****
  class GIMappings(GRootObj, GIObject):
  
    def __init__(self, parent=None):
!     GRootObj.GRootObj.__init__(self, 'mappings', GIParser.getXMLelements)
      GNObject.__init__(self, parent, type="GIMappings")
  
  
--- 40,46 ----
  class GIMappings(GRootObj, GIObject):
  
    def __init__(self, parent=None):
!     GRootObj.GRootObj.__init__(self, 'mappings', 
GIParser.getXMLelements,GIParser)
      GNObject.__init__(self, parent, type="GIMappings")
  
  




reply via email to

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