~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/codereviewcomment.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-21 20:45:39 UTC
  • mfrom: (14560.1.5 devel)
  • Revision ID: launchpad@pqm.canonical.com-20111221204539-1r1290npnex0ig2j
[r=jml, julian-edwards][bug=881509] Add binaryFileUrls to BPPH on the
        webservice, like it is available for SPPH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
from canonical.config import config
28
28
from canonical.launchpad import _
 
29
from canonical.launchpad.interfaces.librarian import ILibraryFileAlias
29
30
from canonical.launchpad.webapp import (
30
31
    canonical_url,
31
32
    ContextMenu,
41
42
from lp.code.interfaces.codereviewcomment import ICodeReviewComment
42
43
from lp.code.interfaces.codereviewvote import ICodeReviewVoteReference
43
44
from lp.services.comments.interfaces.conversation import IComment
44
 
from lp.services.librarian.interfaces import ILibraryFileAlias
45
45
from lp.services.propertycache import (
46
46
    cachedproperty,
47
47
    get_property_cache,