diff options
Diffstat (limited to 'tests/cloud_tests/platforms/ec2/image.py')
-rw-r--r-- | tests/cloud_tests/platforms/ec2/image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cloud_tests/platforms/ec2/image.py b/tests/cloud_tests/platforms/ec2/image.py index 7bedf59d..d7b2c908 100644 --- a/tests/cloud_tests/platforms/ec2/image.py +++ b/tests/cloud_tests/platforms/ec2/image.py @@ -4,6 +4,7 @@ from ..images import Image from .snapshot import EC2Snapshot + from tests.cloud_tests import LOG |