~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Poster
  • Date: 2010-06-09 14:12:03 UTC
  • mto: This revision was merged to the branch mainline in revision 10979.
  • Revision ID: gary.poster@canonical.com-20100609141203-7sufsqzntpcv0cca
use buildout-generated ec2 so paths are more stable when _pythonpath is around

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
            'twistd = twisted.scripts.twistd:run',
138
138
            'start_librarian '
139
139
                '= canonical.launchpad.scripts.runlaunchpad:start_librarian',
 
140
            'ec2 = devscripts.ec2test.entrypoint:main',
140
141
        ]
141
142
    ),
142
143
)