~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/safe_open.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-16 08:57:11 UTC
  • mfrom: (13958.3.4 follow-http-redirects)
  • Revision ID: launchpad@pqm.canonical.com-20110916085711-7mu22op9x06v34vt
[r=jcsackett][bug=804218] Make the code imports follow HTTP redirects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
 
29
29
# TODO JelmerVernooij 2011-08-06: This module is generic enough to be
30
 
# in bzrlib, and may be of use to others.
 
30
# in bzrlib, and may be of use to others. bug=850843
31
31
 
32
32
 
33
33
class BadUrl(Exception):