ajack       2003/09/30 12:47:24

  Modified:    python/gump document.py
  Log:
  Close '
  
  Revision  Changes    Path
  1.56      +1 -1      jakarta-gump/python/gump/document.py
  
  Index: document.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/document.py,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- document.py       30 Sep 2003 19:46:34 -0000      1.55
  +++ document.py       30 Sep 2003 19:47:24 -0000      1.56
  @@ -1018,7 +1018,7 @@
    
   def getWorkspaceDocument(workspace,workspacedir=None,document=None):
       if not document: document='index.xml'
  -    if not document.endwith('.xml): document += '.xml'
  +    if not document.endwith('.xml'): document += '.xml'
       if not workspacedir: workspacedir = getWorkspaceDir(workspace)    
       return os.path.join(workspacedir,document)
       
  
  
  

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

Reply via email to