~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2011-07-15 15:18:21 UTC
  • mto: This revision was merged to the branch mainline in revision 13449.
  • Revision ID: curtis.hovey@canonical.com-20110715151821-8nk0nv06t8vdnnua
Removed old jslint tool

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',
157
156
            'jssize = lp.scripts.utilities.js.jssize:main',
158
157
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
159
158
            'harness = canonical.database.harness:python',