~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/distroseries.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 12:41:32 UTC
  • mfrom: (14578.2.5 librarian-services)
  • Revision ID: launchpad@pqm.canonical.com-20111222124132-s1yqnjjb1jl7384h
[r=wgrant][no-qa] Move most non-server librarian stuff from around
        the tree to lp.services.librarian. canonical.launchpad.{browser,
        database} are no longer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    SQLBase,
56
56
    sqlvalues,
57
57
    )
58
 
from canonical.launchpad.database.librarian import LibraryFileAlias
59
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
60
 
from lp.services.database.lpstorm import IStore
61
58
from canonical.launchpad.webapp.interfaces import (
62
59
    IStoreSelector,
63
60
    MAIN_STORE,
125
122
from lp.registry.model.sourcepackage import SourcePackage
126
123
from lp.registry.model.sourcepackagename import SourcePackageName
127
124
from lp.services.database.decoratedresultset import DecoratedResultSet
 
125
from lp.services.database.lpstorm import IStore
 
126
from lp.services.librarian.interfaces import ILibraryFileAliasSet
 
127
from lp.services.librarian.model import LibraryFileAlias
128
128
from lp.services.mail.signedmessage import signed_message_from_string
129
129
from lp.services.propertycache import (
130
130
    cachedproperty,