~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-13 10:21:35 UTC
  • mfrom: (13931.2.1 no-more-lazr-utils)
  • Revision ID: launchpad@pqm.canonical.com-20110913102135-oitsq4e62bcmvszn
[r=wgrant][no-qa] Drown canonical.lazr.utils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    copy_field,
46
46
    use_template,
47
47
    )
 
48
from lazr.restful.utils import smartquote
48
49
from lazr.uri import URI
49
50
import pytz
50
51
from zope.app.form import CustomWidgetFactory
98
99
from canonical.launchpad.webapp.authorization import check_permission
99
100
from canonical.launchpad.webapp.interfaces import ICanonicalUrlData
100
101
from canonical.launchpad.webapp.menu import structured
101
 
from canonical.lazr.utils import smartquote
102
102
from lp.app.browser.launchpad import Hierarchy
103
103
from lp.app.browser.launchpadform import (
104
104
    action,