From eb434a507a8cd9bf29c4c2f43728aeb9ebce0ce6 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 21 Feb 2012 14:54:33 -0800 Subject: [PATCH] Add necessary imports for s3 tasks, and keep them alphabetical. --- teuthology/task/s3readwrite.py | 3 ++- teuthology/task/s3roundtrip.py | 3 ++- teuthology/task/s3tests.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/teuthology/task/s3readwrite.py b/teuthology/task/s3readwrite.py index 658799413b..0b414b973c 100644 --- a/teuthology/task/s3readwrite.py +++ b/teuthology/task/s3readwrite.py @@ -3,8 +3,9 @@ import base64 import contextlib import logging import os -import yaml import random +import string +import yaml from teuthology import misc as teuthology from teuthology import contextutil diff --git a/teuthology/task/s3roundtrip.py b/teuthology/task/s3roundtrip.py index 15cf4fbe21..79a5514aea 100644 --- a/teuthology/task/s3roundtrip.py +++ b/teuthology/task/s3roundtrip.py @@ -3,8 +3,9 @@ import base64 import contextlib import logging import os -import yaml import random +import string +import yaml from teuthology import misc as teuthology from teuthology import contextutil diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 55f76cfb6e..47e9c1416d 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -4,8 +4,8 @@ import base64 import contextlib import logging import os -import string import random +import string from teuthology import misc as teuthology from teuthology import contextutil -- 2.39.5