mirror of
https://github.com/ceph/s3-tests.git
synced 2025-01-11 21:20:37 +00:00
website: Clean up imports.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
4c07c555ee
commit
a9fd9988e1
1 changed files with 0 additions and 36 deletions
|
@ -1,50 +1,14 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
from cStringIO import StringIO
|
|
||||||
import collections
|
import collections
|
||||||
import boto.exception
|
|
||||||
import boto.s3.connection
|
|
||||||
import boto.s3.acl
|
|
||||||
import bunch
|
|
||||||
import datetime
|
|
||||||
import time
|
|
||||||
import email.utils
|
|
||||||
import isodate
|
|
||||||
import nose
|
import nose
|
||||||
import operator
|
|
||||||
import socket
|
|
||||||
import ssl
|
|
||||||
import os
|
|
||||||
import requests
|
|
||||||
import base64
|
|
||||||
import hmac
|
|
||||||
import sha
|
|
||||||
import pytz
|
|
||||||
import json
|
|
||||||
import httplib2
|
|
||||||
import threading
|
|
||||||
import itertools
|
|
||||||
import string
|
import string
|
||||||
import random
|
import random
|
||||||
|
|
||||||
import xml.etree.ElementTree as ET
|
|
||||||
|
|
||||||
from httplib import HTTPConnection, HTTPSConnection
|
|
||||||
from urlparse import urlparse
|
from urlparse import urlparse
|
||||||
|
|
||||||
from nose.tools import eq_ as eq, ok_ as ok
|
from nose.tools import eq_ as eq, ok_ as ok
|
||||||
from nose.plugins.attrib import attr
|
from nose.plugins.attrib import attr
|
||||||
from nose.plugins.skip import SkipTest
|
|
||||||
|
|
||||||
from .utils import assert_raises
|
|
||||||
from .utils import generate_random
|
|
||||||
from .utils import region_sync_meta
|
|
||||||
import AnonymousAuth
|
|
||||||
|
|
||||||
from email.header import decode_header
|
|
||||||
from ordereddict import OrderedDict
|
|
||||||
|
|
||||||
from boto.s3.cors import CORSConfiguration
|
|
||||||
|
|
||||||
from . import (
|
from . import (
|
||||||
get_new_bucket,
|
get_new_bucket,
|
||||||
|
|
Loading…
Reference in a new issue