~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/model/branchmergeproposal.py

  • 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:
698
698
            if not subject.startswith('Re: '):
699
699
                subject = 'Re: ' + subject
700
700
 
701
 
        # Until these are moved into the lp module, import here to avoid
702
 
        # circular dependencies from canonical.launchpad.database.__init__.py
 
701
        # Avoid circular dependencies.
703
702
        from lp.services.messages.model.message import Message, MessageChunk
704
703
        msgid = make_msgid('codereview')
705
704
        message = Message(