~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2011-12-21 18:58:03 UTC
  • mto: This revision was merged to the branch mainline in revision 14576.
  • Revision ID: curtis.hovey@canonical.com-20111221185803-5shvb9firubrwsrj
Moved runlaunchpad to lp.scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
            'apiindex = lp.scripts.utilities.apiindex:main',
167
167
            'killservice = lp.scripts.utilities.killservice:main',
168
168
            'jsbuild = lp.scripts.utilities.js.jsbuild:main',
169
 
            'run = canonical.launchpad.scripts.runlaunchpad:start_launchpad',
 
169
            'run = lp.scripts.runlaunchpad:start_launchpad',
170
170
            'run-testapp = '
171
 
                'canonical.launchpad.scripts.runlaunchpad:start_testapp',
 
171
                'lp.scripts.runlaunchpad:start_testapp',
172
172
            'harness = canonical.database.harness:python',
173
173
            'twistd = twisted.scripts.twistd:run',
174
174
            'start_librarian = '
175
 
                'canonical.launchpad.scripts.runlaunchpad:start_librarian',
 
175
                'lp.scripts.runlaunchpad:start_librarian',
176
176
            'ec2 = devscripts.ec2test.entrypoint:main',
177
177
        ]
178
178
    ),