]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
s3tests: add missing imports
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Feb 2015 19:50:55 +0000 (11:50 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 27 Feb 2015 19:54:44 +0000 (11:54 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
s3tests/functional/test_s3.py

index 40d3d976b45228e17eb0e81ed45b5a0fd8433134..550f107befa7340d74624b15bbfef70881bca3b5 100644 (file)
@@ -21,6 +21,8 @@ import json
 import httplib2
 import threading
 import itertools
+import string
+import random
 
 import xml.etree.ElementTree as ET