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

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/__init__.py

  • Committer: William Grant
  • Date: 2009-06-24 08:49:50 UTC
  • mfrom: (1282.1.4 issue-120)
  • Revision ID: grantw@unimelb.edu.au-20090624084950-6kaq98q3bso64g60
Move Request.{styles,scripts{,_init}} to XHTMLView. Fixes issue #120.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
                                       'editor.js',
63
63
                                       'specialhome.js',
64
64
                                       'codepress/codepress.js']
65
 
        req.scripts_init = ["browser_init"]
 
65
        self.scripts_init = ["browser_init"]
66
66
 
67
67
        # Start writing data
68
68