~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/merge-proposal-jobs.py

  • Committer: Curtis Hovey
  • Date: 2011-12-22 17:13:59 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222171359-uwic77suat8t0gyy
RemovedĀ unneededĀ import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
import _pythonpath
16
16
 
17
 
# The following line is a horrible hack, but unfortunately necessary right now
18
 
# to stop import errors from circular imports.
19
 
import canonical.launchpad.interfaces
20
17
from lp.code.interfaces.branchmergeproposal import (
21
18
    IBranchMergeProposalJobSource,
22
19
    )