~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2011-07-15 15:55:34 UTC
  • mto: This revision was merged to the branch mainline in revision 13449.
  • Revision ID: curtis.hovey@canonical.com-20110715155534-2wbp8yjgvzx1zr2k
Removed jssize because it only exists for windmill which was removed.

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