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

« back to all changes in this revision

Viewing changes to ivle/dispatch/request.py

  • Committer: William Grant
  • Date: 2009-04-28 06:39:38 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428063938-9m60hweimymu3gdm
Use Request.make_path everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
253
253
                for cookie in plugin.cookies:
254
254
                    self.add_cookie(mod_python.Cookie.Cookie(cookie, '',
255
255
                                                    expires=1, path='/'))
256
 
        self.throw_redirect(ivle.util.make_path('')) 
 
256
        self.throw_redirect(self.make_path(''))
257
257
 
258
258
 
259
259
    def flush(self):