~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Tim Penhey
  • Date: 2010-11-23 23:22:27 UTC
  • mto: (11929.11.5 recipe-syntax)
  • mto: This revision was merged to the branch mainline in revision 11968.
  • Revision ID: tim.penhey@canonical.com-20101123232227-t81rrvhs4w15370d
Move launchpadform into lp.app.browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
from canonical.launchpad import _
33
33
from canonical.launchpad.webapp import (
34
 
    action,
35
34
    canonical_url,
36
 
    custom_widget,
37
35
    enabled_with_permission,
38
36
    GetitemNavigation,
39
 
    LaunchpadEditFormView,
40
 
    LaunchpadFormView,
41
37
    LaunchpadView,
42
38
    Navigation,
43
39
    )
53
49
    NavigationMenu,
54
50
    )
55
51
from canonical.widgets import DateWidget
 
52
from lp.app.browser.launchpadform import (
 
53
    action,
 
54
    custom_widget,
 
55
    LaunchpadEditFormView,
 
56
    LaunchpadFormView,
 
57
    )
56
58
from lp.bugs.browser.bugtask import BugTaskListingItem
57
59
from lp.bugs.interfaces.bugtask import (
58
60
    BugTaskSearchParams,