~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/objectreassignment.py

  • Committer: William Grant
  • Date: 2011-12-30 02:21:12 UTC
  • mto: (14606.3.6 apocaremains)
  • mto: This revision was merged to the branch mainline in revision 14608.
  • Revision ID: william.grant@canonical.com-20111230022112-1b1pdbwt1suongbu
Drop fatsam.dia. It's more than 6 years out of date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    )
25
25
 
26
26
from lp import _
 
27
from lp.services.webapp import canonical_url
27
28
from lp.app.browser.launchpadform import (
28
29
    action,
29
30
    custom_widget,
35
36
    IObjectReassignment,
36
37
    IPersonSet,
37
38
    )
38
 
from lp.services.webapp import canonical_url
39
39
 
40
40
 
41
41
class ObjectReassignmentView(LaunchpadFormView):