~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/packagesearch.py

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:39:51 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143951-74vfvrt37gtt4fz2
Sorted imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    'PackageSearchViewBase'
8
8
    ]
9
9
 
 
10
from canonical.launchpad.webapp.batching import BatchNavigator
 
11
from canonical.launchpad.webapp.publisher import LaunchpadView
10
12
from lp.services.propertycache import cachedproperty
11
 
from lp.services.webapp.batching import BatchNavigator
12
 
from lp.services.webapp.publisher import LaunchpadView
13
13
 
14
14
 
15
15
class PackageSearchViewBase(LaunchpadView):