~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/productrelease.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:
19
19
import mimetypes
20
20
 
21
21
from lazr.restful.interface import copy_field
 
22
from lazr.restful.utils import smartquote
22
23
from z3c.ptcompat import ViewPageTemplateFile
23
24
from zope.app.form.browser import (
24
25
    TextAreaWidget,
43
44
    Navigation,
44
45
    stepthrough,
45
46
    )
46
 
from canonical.lazr.utils import smartquote
47
47
from lp.app.browser.launchpadform import (
48
48
    action,
49
49
    custom_widget,