~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    'SourcePackageBuildsView',
10
10
    ]
11
11
 
12
 
from lazr.restful.utils import smartquote
13
12
 
14
13
from lp.soyuz.browser.build import BuildRecordsView
15
14
 
32
31
        # this page is because it's unlikely that there will be so
33
32
        # many builds that the listing will be overwhelming.
34
33
        return None
35