~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/archive.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:
35
35
    timedelta,
36
36
    )
37
37
 
 
38
from lazr.restful.utils import smartquote
38
39
import pytz
39
40
from sqlobject import SQLObjectNotFound
40
41
from storm.expr import Desc
80
81
    NavigationMenu,
81
82
    structured,
82
83
    )
83
 
from canonical.lazr.utils import smartquote
84
84
from lp.app.browser.launchpadform import (
85
85
    action,
86
86
    custom_widget,