Comment 0 for bug 489068

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote :

The test I added for bug 488695 is having some import problems:

 * After the merge with mwhudson's fix, which overtook mine while I was waiting for my reviewer, instance.py imported EC2SessionName again at the top of the file. I'd moved that into the EC2Instance factory so that the test could skip the import.

 * In credentials.py there's an import of boto, which apparently isn't in the launchpad dependencies. Luckily credentials.py isn't used except in that same factory, so I can apply the same trick.