~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-12-22 13:33:27 UTC
  • mfrom: (14575.1.1 megalint-10)
  • Revision ID: launchpad@pqm.canonical.com-20111222133327-9fjii9zqltlhmfyy
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
DEFAULT_PROBERS = [BzrProber, RemoteBzrProber]
47
47
 
 
48
 
48
49
class BadUrl(Exception):
49
50
    """Tried to access a branch from a bad URL."""
50
51