~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: 2010-07-27 13:14:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1825.
  • Revision ID: grantw@unimelb.edu.au-20100727131414-p1aioo6yt1gr5f7u
Remove unused mediapath.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
        ctx['filename'] = cgi.escape(self.path)
98
98
 
99
99
        # Media URL for CodeMirror
100
 
        ctx['mediapath'] = media_url(req, Plugin, '')
101
100
        ctx['codemirrorpath'] = media_url(req, '+external/codemirror', '')
102
101
 
103
102
    @property