mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
s3tests: add missing imports
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
1daa9ec8ec
commit
9d36507fdd
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ import json
|
||||||
import httplib2
|
import httplib2
|
||||||
import threading
|
import threading
|
||||||
import itertools
|
import itertools
|
||||||
|
import string
|
||||||
|
import random
|
||||||
|
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue