~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/ec2test.py

  • Committer: Michael Hudson
  • Date: 2009-09-10 04:22:42 UTC
  • mto: (9397.1.1 make-me-an-AMI)
  • mto: This revision was merged to the branch mainline in revision 9426.
  • Revision ID: michael.hudson@canonical.com-20090910042242-d6tedr0qypak71nt
brutally move ec2test into the lib/devscripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python2.4
 
2
import _pythonpath
 
3
from devscripts.ec2test import main
 
4
main()