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

« back to all changes in this revision

Viewing changes to ivle/webapp/testing/__init__.py

Remove Request.title.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        self.status = Request.HTTP_OK
44
44
        self.content_type = None        # Use Apache's default
45
45
        self.location = None
46
 
        self.title = None     # Will be set by dispatch before passing to app
47
46
        self.styles = []
48
47
        self.scripts = []
49
48
        self.scripts_init = []