~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/potemplate.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:
30
30
import operator
31
31
import os.path
32
32
 
 
33
from lazr.restful.utils import smartquote
33
34
from storm.info import ClassAlias
34
35
from storm.expr import (
35
36
    And,
64
65
    ILaunchBag,
65
66
    )
66
67
from canonical.launchpad.webapp.menu import structured
67
 
from canonical.lazr.utils import smartquote
68
68
from lp.app.browser.launchpadform import ReturnToReferrerMixin
69
69
from lp.app.browser.tales import DateTimeFormatterAPI
70
70
from lp.app.enums import (