~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/devscripts/ec2test/builtins.py

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    )
29
29
from bzrlib.trace import is_verbose
30
30
from bzrlib.transport import get_transport
31
 
from pytz import UTC
32
 
import simplejson
33
 
 
34
31
from devscripts import get_launchpad_root
35
32
from devscripts.ec2test.account import VALID_AMI_OWNERS
36
33
from devscripts.ec2test.credentials import EC2Credentials
45
42
    EC2TestRunner,
46
43
    TRUNK_BRANCH,
47
44
    )
 
45
from pytz import UTC
 
46
import simplejson
48
47
 
49
48
# Options accepted by more than one command.
50
49