Changeset 267 for nodebox/branches/try-qt/tests
- Timestamp:
- 12/06/07 11:49:02 (13 months ago)
- Files:
-
- 1 modified
-
nodebox/branches/try-qt/tests/graphics/runtests.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nodebox/branches/try-qt/tests/graphics/runtests.py
r205 r267 50 50 if stats.number_of_differences > 0: 51 51 differences = True 52 print " E",52 print "F", 53 53 else: 54 54 print ".",
