~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/codeimport.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-29 11:13:13 UTC
  • mfrom: (13756.6.3 bzr-code-imports-ui)
  • mto: This revision was merged to the branch mainline in revision 14112.
  • Revision ID: jelmer@canonical.com-20110829111313-5kbbvmjnwnbequan
Merge improvements from laptop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
 
439
439
        self.request.response.addNotification("""
440
440
            New code import created. The code import operators
441
 
            have been notified and the request will be reviewed shortly.""")
 
441
            have been notified and the code import will start shortly.""")
442
442
 
443
443
    def _showApprove(self, ignored):
444
444
        """Is the user an admin or member of vcs-imports?"""