~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/widgets/suggestion.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    SimpleVocabulary,
32
32
    )
33
33
 
34
 
from lp.app.widgets.itemswidgets import LaunchpadRadioWidget
35
 
from lp.services.webapp import canonical_url
36
 
from lp.services.webapp.interfaces import ILaunchBag
37
 
from lp.services.webapp.menu import (
 
34
from canonical.launchpad.webapp import canonical_url
 
35
from canonical.launchpad.webapp.interfaces import ILaunchBag
 
36
from canonical.launchpad.webapp.menu import (
38
37
    escape,
39
38
    structured,
40
39
    )
 
40
from lp.app.widgets.itemswidgets import LaunchpadRadioWidget
41
41
 
42
42
 
43
43
class SuggestionWidget(LaunchpadRadioWidget):