~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/mail/commands.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-03 14:59:22 UTC
  • mfrom: (11281 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11282.
  • Revision ID: jelmer@canonical.com-20100803145922-53xaghva9n2jk0jq
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        IBugTaskEditEmailCommand, IBugSet, ICveSet, ILaunchBag,
22
22
        IMessageSet, IDistroBugTask,
23
23
        IDistributionSourcePackage, EmailProcessingError,
24
 
        NotFoundError, CreateBugParams, IPillarNameSet,
 
24
        CreateBugParams, IPillarNameSet,
25
25
        BugTargetNotFound, IProjectGroup, ISourcePackage, IProductSeries,
26
26
        BugTaskStatus)
27
27
from lazr.lifecycle.event import (
34
34
from canonical.launchpad.validators.name import valid_name
35
35
from canonical.launchpad.webapp.authorization import check_permission
36
36
 
37
 
from lp.app.errors import UserCannotUnsubscribePerson
 
37
from lp.app.errors import NotFoundError, UserCannotUnsubscribePerson
38
38
 
39
39
 
40
40
def normalize_arguments(string_args):