~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specification.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    )
47
47
 
48
48
from lp import _
 
49
from lp.services.webapp import canonical_url
 
50
from lp.services.webapp.menu import structured
49
51
from lp.app.validators import LaunchpadValidationError
50
52
from lp.app.validators.url import valid_webref
51
53
from lp.blueprints.enums import (
75
77
    Summary,
76
78
    Title,
77
79
    )
78
 
from lp.services.webapp import canonical_url
79
 
from lp.services.webapp.menu import structured
80
80
 
81
81
 
82
82
class SpecNameField(ContentNameField):