~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/codeofconduct.py

  • Committer: Michael Hudson
  • Date: 2010-07-27 05:07:09 UTC
  • mto: (11128.11.2)
  • mto: This revision was merged to the branch mainline in revision 11299.
  • Revision ID: michael.hudson@linaro.org-20100727050709-lue5tgfc3w5bhgj8
merge more separate apache config from later pipe

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
from canonical.launchpad.interfaces.gpghandler import (
31
31
    GPGVerificationError, IGPGHandler)
32
 
from lp.app.errors import NotFoundError
 
32
from canonical.launchpad.webapp.interfaces import NotFoundError
33
33
from lp.registry.interfaces.codeofconduct import (
34
34
    ICodeOfConduct, ICodeOfConductConf, ICodeOfConductSet,
35
35
    ISignedCodeOfConduct, ISignedCodeOfConductSet)