Changeset 1972

Show
Ignore:
Timestamp:
08/19/07 11:47:22 (1 year ago)
Author:
arj..@yirdis.nl
Message:

make gaphas work with python24 again.

Files:

Legend:

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

    r1958 r1972  
    458458            traceback.print_exc() 
    459459 
    460         finally: 
    461             assert len(self._dirty_items) == 0 and len(self._dirty_matrix_items) == 0, \ 
     460        assert len(self._dirty_items) == 0 and len(self._dirty_matrix_items) == 0, \ 
    462461                'dirty: %s; matrix: %s' % (self._dirty_items, self._dirty_matrix_items) 
    463462 
    464             self._update_views(dirty_items, dirty_matrix_items) 
     463        self._update_views(dirty_items, dirty_matrix_items) 
    465464 
    466465