# HG changeset patch # User Sylvain Thénault # Date 1249310007 -7200 # Node ID 2bb628e0cc3b62324eac71d4bc6a78f0aff4216e # Parent 87aed8cb7ff6c4387a5bc8898815b851ad009b18 [controller] should catch and set appli argument here now that the old AppObject class is gone diff -r 87aed8cb7ff6 -r 2bb628e0cc3b web/controller.py --- a/web/controller.py Mon Aug 03 16:32:30 2009 +0200 +++ b/web/controller.py Mon Aug 03 16:33:27 2009 +0200 @@ -71,6 +71,7 @@ registered = require_group_compat(AppObject.registered) def __init__(self, *args, **kwargs): + self.appli = kwargs.pop('appli', None) super(Controller, self).__init__(*args, **kwargs) # attributes use to control after edition redirection self._after_deletion_path = None