~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/doc/validation.txt

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
    >>> from lp.app.validators import (
10
10
    ...     LaunchpadValidationError)
11
 
    >>> from canonical.launchpad.webapp.servers import (
 
11
    >>> from lp.services.webapp.servers import (
12
12
    ...     LaunchpadTestRequest)
13
13
    >>> from zope.app.form.browser.interfaces import (
14
14
    ...     IWidgetInputErrorView)