From 9d36507fdd658c8dc45ebe9bf2772aef29a0b430 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 27 Feb 2015 11:50:55 -0800 Subject: [PATCH] s3tests: add missing imports Signed-off-by: Yehuda Sadeh --- s3tests/functional/test_s3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index 40d3d97..550f107 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -21,6 +21,8 @@ import json import httplib2 import threading import itertools +import string +import random import xml.etree.ElementTree as ET