wsgi/handler.py
changeset 9030 c1d5e8ca15ea
parent 8695 358d8bed9626
child 9031 6ff29f2879da
--- 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']