~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/branchsubscription.py

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    'BranchSubscriptionPrimaryContext',
13
13
    ]
14
14
 
15
 
 
 
15
from lazr.restful.utils import smartquote
16
16
from zope.interface import implements
17
17
 
18
18
from canonical.launchpad.webapp import (
22
22
from canonical.launchpad.webapp.authorization import check_permission
23
23
from canonical.launchpad.webapp.interfaces import IPrimaryContext
24
24
from canonical.launchpad.webapp.menu import structured
25
 
from canonical.lazr.utils import smartquote
26
25
from lp.app.browser.launchpadform import (
27
26
    action,
28
27
    LaunchpadEditFormView,