~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

[r=sinzui][bug=676825] Sort order is called 'not recently modified'
        not 'most neglected'

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
            'apiindex = lp.scripts.utilities.apiindex:main',
154
154
            'killservice = lp.scripts.utilities.killservice:main',
155
155
            'jsbuild = lp.scripts.utilities.js.jsbuild:main',
 
156
            'jslint = lp.scripts.utilities.js.jslint:main',
156
157
            'jssize = lp.scripts.utilities.js.jssize:main',
157
158
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
158
159
            'harness = canonical.database.harness:python',