~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/pgsql.py

  • Committer: Jonathan Lange
  • Date: 2011-02-19 13:50:19 UTC
  • mto: This revision was merged to the branch mainline in revision 12417.
  • Revision ID: jml@canonical.com-20110219135019-i6gploj3lmjzlp3v
Move canonical.ftests.pgsql into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
from canonical.config import config
18
18
from canonical.database.postgresql import (
19
 
    generateResetSequencesSQL, resetSequences)
 
19
    generateResetSequencesSQL,
 
20
    resetSequences,
 
21
    )
20
22
 
21
23
 
22
24
class ConnectionWrapper: