gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/slices YAMLVersionFormatter.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/slices YAMLVersionFormatter.py
Date: Fri, 11 Oct 2002 10:04:28 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/11 10:04:28

Modified files:
        gzz/slices     : YAMLVersionFormatter.py 

Log message:
        Break it again: just realized there's an important policy decision here
        that needs to be made first

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/slices/YAMLVersionFormatter.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gzz/gzz/slices/YAMLVersionFormatter.py
diff -c gzz/gzz/slices/YAMLVersionFormatter.py:1.9 
gzz/gzz/slices/YAMLVersionFormatter.py:1.10
*** gzz/gzz/slices/YAMLVersionFormatter.py:1.9  Fri Oct 11 10:00:36 2002
--- gzz/gzz/slices/YAMLVersionFormatter.py      Fri Oct 11 10:04:28 2002
***************
*** 219,225 ****
          pt = span.getLocation()
        size = span.getSize()
        return '[PageSpan, "%s", %s, %s, %s, %s, %s, %s]' % \
!              (id, span.offset(), span.offset() + span.length(),
                    pt.x, pt.y, size.width, size.height)
  
      elif isinstance(span, ImageSpan):
--- 219,225 ----
          pt = span.getLocation()
        size = span.getSize()
        return '[PageSpan, "%s", %s, %s, %s, %s, %s, %s]' % \
!              (id, span.offset(), span.length(),
                    pt.x, pt.y, size.width, size.height)
  
      elif isinstance(span, ImageSpan):




reply via email to

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