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

« back to all changes in this revision

Viewing changes to ivle/cgirequest.py

Remove Request.title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
        self.status = CGIRequest.HTTP_OK
153
153
        self.content_type = None        # Use Apache's default
154
154
        self.location = None
155
 
        self.title = None     # Will be set by dispatch before passing to app
156
155
        self.styles = []
157
156
        self.scripts = []
158
157
        self.got_common_vars = False