~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    )
13
13
from zope.interface import implements
14
14
 
15
 
from canonical.database.sqlbase import (
 
15
from lp.services.database.sqlbase import (
16
16
    quote,
17
17
    SQLBase,
18
18
    )