~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/database/doc/multitablecopy.txt

  • Committer: William Grant
  • Date: 2011-12-30 06:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064717-n5re5t6we5w8o17z
Replace canonical.database usage everywhere, and format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
may be interlinked through foreign keys.
5
5
 
6
6
    >>> import transaction
7
 
    >>> from canonical.database import postgresql
 
7
    >>> from lp.services.database import postgresql
8
8
    >>> from lp.services.database.multitablecopy import MultiTableCopy
9
9
    >>> from lp.services.database.sqlbase import cursor
10
10