~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    SQLBase,
55
55
    sqlvalues,
56
56
    )
57
 
from canonical.launchpad.components.tokens import (
 
57
from lp.services.tokens import (
58
58
    create_token,
59
59
    create_unique_token_for_table,
60
60
    )
62
62
    LibraryFileAlias,
63
63
    LibraryFileContent,
64
64
    )
65
 
from canonical.launchpad.interfaces.lpstorm import (
 
65
from lp.services.database.lpstorm import (
66
66
    ISlaveStore,
67
67
    IStore,
68
68
    )