~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: William Grant
  • Date: 2011-12-30 06:47:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14610.
  • Revision ID: william.grant@canonical.com-20111230064717-n5re5t6we5w8o17z
Replace canonical.database usage everywhere, and format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
            'run = lp.scripts.runlaunchpad:start_launchpad',
170
170
            'run-testapp = '
171
171
                'lp.scripts.runlaunchpad:start_testapp',
172
 
            'harness = canonical.database.harness:python',
 
172
            'harness = lp.scripts.harness:python',
173
173
            'twistd = twisted.scripts.twistd:run',
174
174
            'start_librarian = '
175
175
                'lp.scripts.runlaunchpad:start_librarian',