~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/tests/test_breadcrumbs.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:
4
4
__metaclass__ = type
5
5
 
6
6
from zope.component import getUtility
 
7
from lazr.restful.utils import smartquote
7
8
 
8
 
from canonical.lazr.utils import smartquote
9
9
from lp.app.enums import ServiceUsage
10
10
from lp.services.worlddata.interfaces.language import ILanguageSet
11
11
from lp.testing.breadcrumbs import BaseBreadcrumbTestCase