~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

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:
9
9
import os
10
10
import unittest
11
11
 
12
 
from canonical.testing.layers import (
 
12
from lp.testing.layers import (
13
13
    DatabaseFunctionalLayer,
14
14
    LaunchpadFunctionalLayer,
15
15
    )