~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/branch.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:
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,