37
39
from lp.code.interfaces.codehosting import LAUNCHPAD_SERVICES
38
40
from lp.codehosting.puller import get_lock_id_for_branch_id
39
41
from lp.codehosting.puller.worker import get_canonical_url_for_branch_name
41
42
from lp.services.twistedsupport.processmonitor import (
42
43
ProcessMonitorProtocolWithTimeout,