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

« back to all changes in this revision

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

Remove HTML support from ivle.request.Request.

Drop Request.title and Request.write_html_head_foot, as they are not useful
without HTML support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        self.styles = []
48
48
        self.scripts = []
49
49
        self.scripts_init = []
50
 
        self.write_html_head_foot = False
51
50
        self.request_body = ''
52
51
        self.response_body = ''
53
52
        # In some cases we don't want the template JS (such as the username