~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-15 10:35:32 UTC
  • mfrom: (14517.1.3 new-bzr)
  • Revision ID: launchpad@pqm.canonical.com-20111215103532-q2m4uyk0r8ugiayx
[r=sinzui, poolie][bug=509016] Always load foreign plugins,
 but restrict probers to avoid accidentally opening foreign branches.
 (re-land)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    sqlvalues,
51
51
    )
52
52
from canonical.launchpad.browser.librarian import ProxiedLibraryFileAlias
 
53
from canonical.launchpad.components.decoratedresultset import (
 
54
    DecoratedResultSet,
 
55
    )
53
56
from canonical.launchpad.database.librarian import (
54
57
    LibraryFileAlias,
55
58
    LibraryFileContent,
56
59
    )
57
 
from lp.services.database.lpstorm import IMasterStore
 
60
from canonical.launchpad.interfaces.lpstorm import IMasterStore
58
61
from canonical.launchpad.webapp.errorlog import (
59
62
    ErrorReportingUtility,
60
63
    ScriptRequest,
70
73
from lp.buildmaster.model.packagebuild import PackageBuild
71
74
from lp.registry.interfaces.person import validate_public_person
72
75
from lp.registry.interfaces.pocket import PackagePublishingPocket
73
 
from lp.services.database.decoratedresultset import DecoratedResultSet
74
76
from lp.services.propertycache import (
75
77
    cachedproperty,
76
78
    get_property_cache,