Changeset 777
- Timestamp:
- 06/07/10 23:58:11 (20 months ago)
- Files:
-
- 1 modified
-
hodgestar/Vtes/tournaments/standings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hodgestar/Vtes/tournaments/standings.py
r650 r777 94 94 result = [] 95 95 for (col, ctype) in [ 96 (0, int), (4, int), 96 (0, lambda v: None if v == 'DQ' else int(v)), 97 (4, int), 97 98 (5, float), (6, float), 98 99 (7, float),
