~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/interfaces/bug.py

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
from zope.schema.vocabulary import SimpleVocabulary
65
65
 
66
66
from lp import _
 
67
from lp.app.interfaces.launchpad import IPrivacy
67
68
from lp.app.errors import NotFoundError
68
 
from lp.app.interfaces.launchpad import IPrivacy
69
69
from lp.app.validators.attachment import attachment_size_constraint
70
70
from lp.app.validators.name import bug_name_validator
71
71
from lp.bugs.interfaces.bugactivity import IBugActivity