~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/apportjob.py

  • Committer: Curtis Hovey
  • Date: 2011-12-20 11:21:59 UTC
  • mto: This revision was merged to the branch mainline in revision 14560.
  • Revision ID: curtis.hovey@canonical.com-20111220112159-dw16mkvodnizfmn5
Moved temporaryblobstorage to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    )
26
26
 
27
27
from canonical.launchpad import _
28
 
from canonical.launchpad.interfaces.temporaryblobstorage import (
 
28
from lp.services.temporaryblobstorage.interfaces import (
29
29
    ITemporaryBlobStorage,
30
30
    )
31
31
from lp.services.job.interfaces.job import (