~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:47:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1283.
  • Revision ID: grantw@unimelb.edu.au-20090624084702-49phiayg57kvqhbk
Replace req.scripts_init with self.scripts_init in the two users.

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