Changeset 1926

Show
Ignore:
Timestamp:
08/14/07 14:55:41 (1 year ago)
Author:
wrobe..@pld-linux.org
Message:

- code cleanup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/gaphas/quadtree.py

    r1817 r1926  
    326326        """ 
    327327        if rectangle_intersects(rect, self.bounds): 
    328             rx, ry, rw, rh = rect 
    329328            for item, bounds in self.items.iteritems(): 
    330                 bx, by, bw, bh = bounds 
    331329                if method(bounds, rect): 
    332330                    yield item