~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/dispatch/request.py

Quick port of fileservice to the new framework. It's still very much old-style,
though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
            all_cookies = mod_python.Cookie.get_cookies(self)
278
278
 
279
279
            # Create cookies for plugins that might request them.
280
 
            for plugin in self.plugin_index[CookiePlugin]:
 
280
            for plugin in self.config.plugin_index[CookiePlugin]:
281
281
                for cookie in plugin.cookies:
282
282
                    self.add_cookie(mod_python.Cookie.Cookie(cookie, '',
283
283
                                                    expires=1, path='/'))