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

« back to all changes in this revision

Viewing changes to ivle/dispatch/request.py

Remove Request.title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
        self.status = Request.HTTP_OK
194
194
        self.content_type = None        # Use Apache's default
195
195
        self.location = None
196
 
        self.title = None     # Will be set by dispatch before passing to app
197
196
        self.styles = []
198
197
        self.scripts = []
199
198
        self.scripts_init = []