comparison config.py @ 96:c3afa2b0c14c

Fixed a typo (did not affect anything)
author Oleg Oshmyan <chortos@inbox.lv>
date Mon, 28 Feb 2011 23:16:49 +0000
parents 17041a71bc02
children 6589511f5418
comparison
equal deleted inserted replaced
95:6c2997616bdf 96:c3afa2b0c14c
21 defaults_problem = {'kind': 'batch', 21 defaults_problem = {'kind': 'batch',
22 'usegroups': False, 22 'usegroups': False,
23 'maxcputime': None, 23 'maxcputime': None,
24 'maxwalltime': None, 24 'maxwalltime': None,
25 'maxmemory': None, 25 'maxmemory': None,
26 'dummies': {}, 26 'dummies': (),
27 'testsexcluded': (), 27 'testsexcluded': (),
28 'padtests': 0, 28 'padtests': 0,
29 'paddummies': 0, 29 'paddummies': 0,
30 'taskweight': 100, 30 'taskweight': 100,
31 'groupweight': {}, 31 'groupweight': {},