ajack       2004/06/28 14:43:27

  Modified:    python/gump/model Tag: CleanUp object.py
  Log:
  Can used named parameters same name as local params.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.24.2.10 +1 -1      gump/python/gump/model/object.py
  
  Index: object.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/object.py,v
  retrieving revision 1.24.2.9
  retrieving revision 1.24.2.10
  diff -u -r1.24.2.9 -r1.24.2.10
  --- object.py 28 Jun 2004 21:17:00 -0000      1.24.2.9
  +++ object.py 28 Jun 2004 21:43:27 -0000      1.24.2.10
  @@ -182,7 +182,7 @@
      
       # Serialization:
       def writeXml(self,stream,indent='    ',newl='\n') :
  -        self.dom.writexml(stream,indent=i,newl=n) 
  +        self.dom.writexml(stream,indent=indent,newl=newl) 
           
       def getXml(self,indent='    ',newl='\n'):
           return self.dom.toprettyxml(indent=indent,newl=newl)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to