s3tests: add missing imports

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2015-02-27 11:50:55 -08:00
parent 1daa9ec8ec
commit 9d36507fdd

View file

@ -21,6 +21,8 @@ import json
import httplib2
import threading
import itertools
import string
import random
import xml.etree.ElementTree as ET