~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/schema/pending/prune-nonce.py

  • 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:
8
8
__metaclass__ = type
9
9
__all__ = []
10
10
 
 
11
import _pythonpath
 
12
 
11
13
from optparse import OptionParser
12
14
 
13
 
import _pythonpath
14
 
 
15
 
from canonical.database.sqlbase import (
 
15
from lp.services.database.sqlbase import (
16
16
    connect,
17
17
    ISOLATION_LEVEL_AUTOCOMMIT,
18
18
    )