ajack       2004/06/30 08:43:31

  Modified:    python/gump/document/xdocs Tag: CleanUp documenter.py
               python/gump/model Tag: CleanUp workspace.py
  Log:
  Correct method names.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.29  +1 -0      gump/python/gump/document/xdocs/documenter.py
  
  Index: documenter.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
  retrieving revision 1.9.2.28
  retrieving revision 1.9.2.29
  diff -u -r1.9.2.28 -r1.9.2.29
  --- documenter.py     30 Jun 2004 14:49:33 -0000      1.9.2.28
  +++ documenter.py     30 Jun 2004 15:43:31 -0000      1.9.2.29
  @@ -1,6 +1,7 @@
   #!/usr/bin/env python
   
   # Copyright 2003-2004 The Apache Software Foundation
  +#
   # Licensed under the Apache License, Version 2.0 (the "License");
   # you may not use this file except in compliance with the License.
   # You may obtain a copy of the License at
  
  
  
  No                   revision
  No                   revision
  1.51.2.11 +2 -2      gump/python/gump/model/workspace.py
  
  Index: workspace.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/workspace.py,v
  retrieving revision 1.51.2.10
  retrieving revision 1.51.2.11
  diff -u -r1.51.2.10 -r1.51.2.11
  --- workspace.py      30 Jun 2004 14:49:33 -0000      1.51.2.10
  +++ workspace.py      30 Jun 2004 15:43:31 -0000      1.51.2.11
  @@ -337,8 +337,8 @@
                   project.complete(self)   
                   
           # Mutlithreading
  -        if self.hasChildElement('threads'):
  -            threads=self.getChildElement('threads')
  +        if self.hasDomChildElement('threads'):
  +            threads=self.getDomChildElement('threads')
               if hasDomAttribute(threads,'updaters'):
                   self.updaters=int(getDomAttribute(threads,'updaters'))
               if hasDomAttribute(threads,'builders'):
  
  
  

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

Reply via email to