~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/browser/branch.py

  • Committer: Leonard Richardson
  • Date: 2009-03-02 22:52:20 UTC
  • mto: (7872.4.1 grand-refactoring)
  • mto: This revision was merged to the branch mainline in revision 7894.
  • Revision ID: leonard.richardson@canonical.com-20090302225220-99qjhft2d0udv37n
Started using lazr.uri instead of the built-in uri library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
from canonical.launchpad.webapp.interfaces import (
86
86
    ICanonicalUrlData, IPrimaryContext)
87
87
from canonical.launchpad.webapp.menu import structured
88
 
from canonical.launchpad.webapp.uri import URI
 
88
from lazr.uri import URI
89
89
from canonical.widgets.branch import TargetBranchWidget
90
90
from canonical.widgets.itemswidgets import LaunchpadRadioWidgetWithDescription
91
91