~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/branch.py

  • Committer: Gary Poster
  • Date: 2011-07-27 15:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13541.
  • Revision ID: gary.poster@canonical.com-20110727152532-50akr19c7mgcj5qu
add config option for timeout value

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    RevisionAuthor,
137
137
    )
138
138
from lp.code.model.seriessourcepackagebranch import SeriesSourcePackageBranch
139
 
from lp.codehosting.safe_open import safe_open
 
139
from lp.codehosting.bzrutils import safe_open
140
140
from lp.registry.interfaces.person import (
141
141
    validate_person,
142
142
    validate_public_person,