From 1ac4bb10fc4b7d8d07c44b0e92b1627c721ab925 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. --- s3tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3tests.py b/s3tests.py index 55f76cfb6e1..47e9c1416dc 100644 --- a/s3tests.py +++ b/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