diff -r 5941cde49878 -r c1d5e8ca15ea wsgi/handler.py --- a/wsgi/handler.py Fri Dec 07 16:10:38 2012 +0100 +++ b/wsgi/handler.py Fri Dec 07 17:23:04 2012 +0100 @@ -103,8 +103,8 @@ NOTE: no pyro """ - def __init__(self, config, vreg=None): - self.appli = CubicWebPublisher(config, vreg=vreg) + def __init__(self, config): + self.appli = CubicWebPublisher(config) self.config = config self.base_url = self.config['base-url'] self.https_url = self.config['https-url']