~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_sourcepackagerecipe.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 15:03:01 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-20111224150301-2vqz2xl0kw3i7dix
moved LaunchpadFormHarness to lp.testing.deprecated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from zope.security.proxy import removeSecurityProxy
24
24
 
25
25
from canonical.database.constants import UTC_NOW
26
 
from canonical.launchpad.ftests import LaunchpadFormHarness
27
26
from canonical.launchpad.webapp import canonical_url
28
27
from canonical.launchpad.webapp.interfaces import ILaunchpadRoot
29
28
from canonical.launchpad.webapp.servers import LaunchpadTestRequest
71
70
    get_feedback_messages,
72
71
    get_radio_button_text_for_field,
73
72
    )
 
73
from lp.testing.deprecated import LaunchpadFormHarness
74
74
from lp.testing.views import create_initialized_view
75
75
 
76
76