~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/bugs-views.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-24 16:23:17 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224162317-c3kcdl2yhnqzk46j
Moved systemhomes to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
doesn't use its context for anything, so we don't have to supply one
6
6
when creating it.
7
7
 
8
 
    >>> from canonical.launchpad.systemhomes import MaloneApplication
 
8
    >>> from lp.systemhomes import MaloneApplication
9
9
    >>> from canonical.launchpad.webapp.servers import LaunchpadTestRequest
10
10
    >>> from lp.bugs.browser.bug import MaloneView
11
11
    >>> bugs_view = MaloneView(MaloneApplication(), LaunchpadTestRequest())