~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/translationmessage-destroy.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    >>> # We need to be able to create persons and projects so let's just use
37
37
    >>> # a global 'postgres' permission which allows everything.
38
38
    >>> LaunchpadZopelessLayer.switchDbUser('postgres')
39
 
    >>> from canonical.database.sqlbase import sqlvalues
 
39
    >>> from lp.services.database.sqlbase import sqlvalues
40
40
    >>> from lp.app.enums import ServiceUsage
41
41
    >>> from lp.testing.factory import LaunchpadObjectFactory
42
42
    >>> from lp.translations.model.pofiletranslator import POFileTranslator