ajack       2003/12/11 14:16:05

  Modified:    python/gump/utils __init__.py
  Log:
  Cope w/ wrapping short lines
  
  Revision  Changes    Path
  1.13      +2 -0      jakarta-gump/python/gump/utils/__init__.py
  
  Index: __init__.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/utils/__init__.py,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- __init__.py       11 Dec 2003 22:07:35 -0000      1.12
  +++ __init__.py       11 Dec 2003 22:16:05 -0000      1.13
  @@ -333,6 +333,8 @@
               startPosn+=increment
               endPosn+=increment
               print `startPosn` + " : " + `endPosn` + " : " + `totalLen` + ' : ' + 
`increment`
  +    else:
  +        wrappedLine=line
               
       return wrappedLine
       
  
  
  

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

Reply via email to