~leonardr/launchpad/mars-test

« back to all changes in this revision

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

  • Committer: Leonard Richardson
  • Date: 2010-10-06 13:34:51 UTC
  • mfrom: (11579.1.103 launchpad)
  • Revision ID: leonard.richardson@canonical.com-20101006133451-3l3jke0irc2y0xfe
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    setUp,
15
15
    tearDown,
16
16
    )
17
 
from canonical.testing import (
 
17
from canonical.testing.layers import (
18
18
    DatabaseFunctionalLayer,
19
19
    GoogleLaunchpadFunctionalLayer,
20
20
    )