~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:50:18 UTC
  • mfrom: (14600.1.13 apocalypta-1)
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224175018-nsk2d6vvez77iscb
Merged i18n fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import transaction
26
26
from zope.component import getUtility
27
27
 
28
 
# Until we completely kill canonical.launchpad.database.__init__.py and remove
29
 
# all of the import *'s we need to import it first here.
30
 
import canonical.launchpad.database
31
 
 
32
28
from lp.code.enums import BranchType
33
29
from lp.code.model.branch import Branch
34
30
from lp.codehosting.tests.helpers import make_bazaar_branch_and_tree