Mercurial > ~astiob > upreckon > hgweb
comparison config.py @ 74:aea4fc87698a
Minimal code clean-up
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Thu, 06 Jan 2011 20:06:42 +0200 |
parents | b071ef77377c |
children | 0e5ae28e0b2b |
comparison
equal
deleted
inserted
replaced
73:b071ef77377c | 74:aea4fc87698a |
---|---|
22 | 22 |
23 import imp, os, sys, tempfile | 23 import imp, os, sys, tempfile |
24 | 24 |
25 __all__ = 'load_problem', 'load_global', 'globalconf' | 25 __all__ = 'load_problem', 'load_global', 'globalconf' |
26 | 26 |
27 defaults_problem = {'usegroups': False, | 27 defaults_problem = {'kind': 'batch', |
28 'usegroups': False, | |
28 'maxtime': None, | 29 'maxtime': None, |
29 'maxmemory': None, | 30 'maxmemory': None, |
30 'dummies': {}, | 31 'dummies': {}, |
31 'testsexcluded': (), | 32 'testsexcluded': (), |
32 'padtests': 0, | 33 'padtests': 0, |