~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/make-dummy-hosted-branches

  • 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:
29
29
from lp.code.model.branch import Branch
30
30
from lp.codehosting.tests.helpers import make_bazaar_branch_and_tree
31
31
from lp.services.config import config
32
 
from canonical.database.sqlbase import sqlvalues
 
32
from lp.services.database.sqlbase import sqlvalues
33
33
from lp.services.scripts import execute_zcml_for_scripts
34
34
 
35
35