commit-gnue
[Top][All Lists]
Advanced

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

gnue/common/src/definitions GObjects.py


From: James Thompson
Subject: gnue/common/src/definitions GObjects.py
Date: Fri, 28 Mar 2003 10:54:09 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     James Thompson <address@hidden> 03/03/28 10:54:09

Modified files:
        common/src/definitions: GObjects.py 

Log message:
        added missing keys() to for loop

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/definitions/GObjects.py.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: gnue/common/src/definitions/GObjects.py
diff -c gnue/common/src/definitions/GObjects.py:1.56 
gnue/common/src/definitions/GObjects.py:1.57
*** gnue/common/src/definitions/GObjects.py:1.56        Fri Mar 28 10:19:10 2003
--- gnue/common/src/definitions/GObjects.py     Fri Mar 28 10:54:09 2003
***************
*** 199,205 ****
  
      try:
        if self._xmlchildnamespaces:
!         for abbrev in self._xmlchildnamespaces:
            xmlnsdef += ' xmlns:%s="%s"' % 
(abbrev,self._xmlchildnamespaces[abbrev])
      except AttributeError: 
        pass
--- 199,205 ----
  
      try:
        if self._xmlchildnamespaces:
!         for abbrev in self._xmlchildnamespaces.keys():
            xmlnsdef += ' xmlns:%s="%s"' % 
(abbrev,self._xmlchildnamespaces[abbrev])
      except AttributeError: 
        pass




reply via email to

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