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

« back to all changes in this revision

Viewing changes to ivle/dispatch/request.py

  • Committer: me at id
  • Date: 2009-01-15 00:19:48 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1146
ivle.dispatch.request: Use ivle.util, not common.util, in the remerged bit.
    Ehem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
            for cookie in all_cookies:
268
268
                if cookie in ivle_cookies:
269
269
                    self.add_cookie(Cookie.Cookie(cookie,'',expires=1,path='/'))
270
 
        self.throw_redirect(common.util.make_path('')) 
 
270
        self.throw_redirect(ivle.util.make_path('')) 
271
271
 
272
272
 
273
273
    def flush(self):