Changeset 2221

Show
Ignore:
Timestamp:
02/24/08 23:05:26 (7 months ago)
Author:
arj..@yirdis.nl
Message:

fixed docstring

Files:

Legend:

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

    r2216 r2221  
    119119        This is some brute force cleanup (e.g. if constraints are referenced 
    120120        by items, those references are not cleaned up). 
    121  
    122         This method implies the constraint used to keep the handle in place 
    123         is connected to Handle.connect_constraint. 
    124121        """ 
    125122        for i, h in self.get_connected_items(item): 
    126             #self._solver.remove_constraint(h.connect_constraint) 
    127123            h.disconnect() 
    128124            # Never mind..