~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/potemplate.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-23 18:43:31 UTC
  • mfrom: (13084.2.6 page-match-rewrite-url)
  • Revision ID: launchpad@pqm.canonical.com-20110523184331-dhd2c7cgfuu49epw
[r=sinzui][bug=784273] Adds facility to the PageMatch to handle bad
        URIs

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
from canonical.launchpad.components.decoratedresultset import (
66
66
    DecoratedResultSet,
67
67
    )
 
68
from canonical.launchpad.interfaces.launchpad import ILaunchpadCelebrities
68
69
from canonical.launchpad.interfaces.lpstorm import (
69
70
    IMasterStore,
70
71
    IStore,
71
72
    )
72
73
from lp.app.errors import NotFoundError
73
 
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
74
74
from lp.registry.interfaces.person import validate_public_person
75
75
from lp.registry.model.packaging import Packaging
76
76
from lp.registry.model.sourcepackagename import SourcePackageName