~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/process-death-row.py

  • Committer: Curtis Hovey
  • Date: 2011-12-22 17:08:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222170811-6ydv32y92ytpqnkz
RemovedĀ unneededĀ import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
"""
26
26
import _pythonpath
27
27
 
28
 
# This is needed to prevent circular imports until we get rid of the
29
 
# abomination that is known as
30
 
# canonical/launchpad/interfaces/__init.py__ that imports the whole
31
 
# freaking world.
32
 
import canonical.launchpad.interfaces
33
 
 
34
28
from lp.soyuz.scripts.processdeathrow import DeathRowProcessor
35
29
 
36
30