Changeset 1822
- Timestamp:
- 08/02/07 03:23:44 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/view.py (modified) (1 diff)
- gaphas/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/view.py
r1817 r1822 576 576 if i not in self._qtree: 577 577 dirty_items.add(i) 578 self.update_matrix(i) 578 579 continue 579 580 gaphas/trunk/setup.py
r1815 r1822 1 1 2 VERSION = '0.3. 0'2 VERSION = '0.3.1' 3 3 4 4 from ez_setup import use_setuptools
