~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/publishing.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-21 23:58:48 UTC
  • mfrom: (14560.2.30 apocalypse-by-dismantle)
  • Revision ID: launchpad@pqm.canonical.com-20111221235848-inwavwpo2cwo6c1m
[rs=sinzui][no-qa] dismantle modules to migrate code to lp. Deleted
        unused interfaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    LibraryFileAlias,
55
55
    LibraryFileContent,
56
56
    )
57
 
from canonical.launchpad.interfaces.lpstorm import IMasterStore
 
57
from lp.services.database.lpstorm import IMasterStore
58
58
from canonical.launchpad.webapp.errorlog import (
59
59
    ErrorReportingUtility,
60
60
    ScriptRequest,