~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    )
11
11
from zope.security.proxy import removeSecurityProxy
12
12
 
13
 
from lp.testing import login
14
 
from lp.services.webapp.servers import LaunchpadTestRequest
15
 
from lp.testing.layers import DatabaseFunctionalLayer
16
13
from lp.bugs.browser.bugtarget import (
17
14
    FileBugInlineFormView,
18
15
    FileBugViewBase,
19
16
    )
20
17
from lp.bugs.interfaces.bug import IBugAddForm
21
18
from lp.bugs.publisher import BugsLayer
 
19
from lp.services.webapp.servers import LaunchpadTestRequest
22
20
from lp.testing import (
 
21
    login,
23
22
    login_person,
24
23
    TestCaseWithFactory,
25
24
    )
 
25
from lp.testing.layers import DatabaseFunctionalLayer
26
26
from lp.testing.pages import (
27
27
    find_main_content,
28
28
    find_tag_by_id,