Mercurial > ~astiob > upreckon > hgweb
changeset 149:a1286da36d29
Small clean-up
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Thu, 02 Jun 2011 14:25:23 +0100 |
parents | aa343ff41c27 |
children | 006dce02752c |
files | upreckon/problem.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/upreckon/problem.py Thu Jun 02 13:05:29 2011 +0100 +++ b/upreckon/problem.py Thu Jun 02 14:25:23 2011 +0100 @@ -251,7 +251,7 @@ if options.legacy: prob.config.usegroups = False newtests = [] - for i, name in enumerate(prob.config.tests): + for name in prob.config.tests: # Same here; we'll need to iterate over them twice try: l = len(name)