~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tests/test_inlineeditpickerwidget.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
from zope.interface import (
9
9
    implements,
10
10
    Interface,
11
 
)
12
 
 
 
11
    )
13
12
from zope.schema import Choice
14
13
 
15
14
from canonical.testing.layers import DatabaseFunctionalLayer