Mercurial > ~astiob > upreckon > hgweb
diff 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 |
line wrap: on
line diff
--- a/config.py Thu Jan 06 19:58:45 2011 +0200 +++ b/config.py Thu Jan 06 20:06:42 2011 +0200 @@ -24,7 +24,8 @@ __all__ = 'load_problem', 'load_global', 'globalconf' -defaults_problem = {'usegroups': False, +defaults_problem = {'kind': 'batch', + 'usegroups': False, 'maxtime': None, 'maxmemory': None, 'dummies': {},