~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/pofile.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:
21
21
import re
22
22
import urllib
23
23
 
 
24
from lazr.restful.utils import smartquote
24
25
from zope.component import getUtility
25
26
from zope.publisher.browser import FileUpload
26
27
 
37
38
from canonical.launchpad.webapp.batching import BatchNavigator
38
39
from canonical.launchpad.webapp.interfaces import ILaunchBag
39
40
from canonical.launchpad.webapp.menu import structured
40
 
from canonical.lazr.utils import smartquote
41
41
from lp.app.errors import (
42
42
    NotFoundError,
43
43
    UnexpectedFormData,