~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/diff.py

  • Committer: William Grant
  • Date: 2011-12-22 05:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 14581.
  • Revision ID: william.grant@canonical.com-20111222053722-gm6h9zi3lioz00ky
Move librarian stuff from canonical.launchpad to lp.services.librarian. canonical.librarian remains untouched.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
from canonical.config import config
44
44
from canonical.database.sqlbase import SQLBase
45
 
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
46
45
from lp.app.errors import NotFoundError
47
46
from lp.code.interfaces.diff import (
48
47
    IDiff,
51
50
    )
52
51
from lp.codehosting.bzrutils import read_locked
53
52
from lp.services.database.bulk import load_referencing
 
53
from lp.services.librarian.interfaces import ILibraryFileAliasSet
54
54
from lp.services.propertycache import (
55
55
    cachedproperty,
56
56
    get_property_cache,