changeset 5442 | 3ed8afbbdf70 |
parent 5426 | 0d4853a6e5ee |
child 5447 | f29dafba250a |
--- a/server/repository.py Thu Apr 29 11:09:03 2010 +0200 +++ b/server/repository.py Thu Apr 29 14:21:57 2010 +0200 @@ -104,10 +104,10 @@ XXX protect pyro access """ - def __init__(self, config, vreg=None, debug=False): + def __init__(self, config, vreg=None): self.config = config if vreg is None: - vreg = cwvreg.CubicWebVRegistry(config, debug) + vreg = cwvreg.CubicWebVRegistry(config) self.vreg = vreg self.pyro_registered = False self.info('starting repository from %s', self.config.apphome)